IPConfiguration 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
IPConfiguration() |
Initializes a new instance of the IPConfiguration class. |
IPConfiguration(String, String, String, String, Nullable<Boolean>, String, String, ResourceId) |
Initializes a new instance of the IPConfiguration class. |
IPConfiguration()
Initializes a new instance of the IPConfiguration class.
public IPConfiguration ();
Public Sub New ()
Applies to
IPConfiguration(String, String, String, String, Nullable<Boolean>, String, String, ResourceId)
Initializes a new instance of the IPConfiguration class.
public IPConfiguration (string name, string id = default, string type = default, string provisioningState = default, bool? primary = default, string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.HDInsight.Models.ResourceId subnet = default);
new Microsoft.Azure.Management.HDInsight.Models.IPConfiguration : string * string * string * string * Nullable<bool> * string * string * Microsoft.Azure.Management.HDInsight.Models.ResourceId -> Microsoft.Azure.Management.HDInsight.Models.IPConfiguration
Public Sub New (name As String, Optional id As String = Nothing, Optional type As String = Nothing, Optional provisioningState As String = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As ResourceId = Nothing)
Parameters
- name
- String
The name of private link IP configuration.
- id
- String
The private link IP configuration id.
- type
- String
The type of the private link IP configuration.
- provisioningState
- String
The private link configuration provisioning state, which only appears in the response. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'Canceled', 'Deleting'
Indicates whether this IP configuration is primary for the corresponding NIC.
- privateIPAddress
- String
The IP address.
- privateIPAllocationMethod
- String
The method that private IP address is allocated. Possible values include: 'dynamic', 'static'
- subnet
- ResourceId
The subnet resource id.