Class VirtualHubArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualHubArgs : ResourceArgs
Constructors
View SourceVirtualHubArgs()
Declaration
public VirtualHubArgs()
Properties
View SourceAddressPrefix
The Address Prefix which should be used for this Virtual Hub.
Declaration
public Input<string> AddressPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
Specifies the supported Azure location where the Virtual Hub should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the Virtual Hub. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
Specifies the name of the Resource Group where the Virtual Hub should exist. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Routes
One or more route blocks as defined below.
Declaration
public InputList<VirtualHubRouteArgs> Routes { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VirtualHubRouteArgs> |
Tags
A mapping of tags to assign to the Virtual Hub.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
VirtualWanId
The ID of a Virtual WAN within which the Virtual Hub should be created.
Declaration
public Input<string> VirtualWanId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |