Show / Hide Table of Contents

Class VirtualHubConnectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualHubConnectionArgs
Inherited Members
ResourceArgs.Empty
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 VirtualHubConnectionArgs : ResourceArgs

Constructors

View Source

VirtualHubConnectionArgs()

Declaration
public VirtualHubConnectionArgs()

Properties

View Source

HubToVitualNetworkTrafficAllowed

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.