Sdílet prostřednictvím


NetworkProperties Constructors

Definition

Overloads

NetworkProperties()

Initializes a new instance of the NetworkProperties class.

NetworkProperties(String, String)

Initializes a new instance of the NetworkProperties class.

NetworkProperties()

Initializes a new instance of the NetworkProperties class.

public NetworkProperties ();
Public Sub New ()

Applies to

NetworkProperties(String, String)

Initializes a new instance of the NetworkProperties class.

public NetworkProperties (string resourceProviderConnection = default, string privateLink = default);
new Microsoft.Azure.Management.HDInsight.Models.NetworkProperties : string * string -> Microsoft.Azure.Management.HDInsight.Models.NetworkProperties
Public Sub New (Optional resourceProviderConnection As String = Nothing, Optional privateLink As String = Nothing)

Parameters

resourceProviderConnection
String

The direction for the resource provider connection. Possible values include: 'Inbound', 'Outbound'

privateLink
String

Indicates whether or not private link is enabled. Possible values include: 'Disabled', 'Enabled'

Applies to