Class VirtualHubConnectionArgs
Inherited Members
Namespace: Pulumi.Azure.Network
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualHubConnectionArgs : ResourceArgs
Constructors
View SourceVirtualHubConnectionArgs()
Declaration
public VirtualHubConnectionArgs()
Properties
View SourceHubToVitualNetworkTrafficAllowed
Is the Virtual Hub traffic allowed to transit via the Remote Virtual Network? Changing this forces a new resource to be created.
Declaration
public Input<bool> HubToVitualNetworkTrafficAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
InternetSecurityEnabled
Should Internet Security be enabled to secure internet traffic? Changing this forces a new resource to be created.
Declaration
public Input<bool> InternetSecurityEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The Name which should be used for this Connection, which must be unique within 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> |
RemoteVirtualNetworkId
The ID of the Virtual Network which the Virtual Hub should be connected to. Changing this forces a new resource to be created.
Declaration
public Input<string> RemoteVirtualNetworkId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VirtualHubId
The ID of the Virtual Hub within which this connection should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> VirtualHubId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VitualNetworkToHubGatewaysTrafficAllowed
Is Remote Virtual Network traffic allowed to transit the Hub's Virtual Network Gateway's? Changing this forces a new resource to be created.
Declaration
public Input<bool> VitualNetworkToHubGatewaysTrafficAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |