NetworkProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET