Sdílet prostřednictvím


IPConfigurationInner Constructors

Definition

Overloads

IPConfigurationInner()

Initializes a new instance of the IPConfigurationInner class.

IPConfigurationInner(String, String, IPAllocationMethod, SubResource, SubResource, ProvisioningState, String, String)

Initializes a new instance of the IPConfigurationInner class.

IPConfigurationInner()

Initializes a new instance of the IPConfigurationInner class.

public IPConfigurationInner ();
Public Sub New ()

Applies to

IPConfigurationInner(String, String, IPAllocationMethod, SubResource, SubResource, ProvisioningState, String, String)

Initializes a new instance of the IPConfigurationInner class.

public IPConfigurationInner (string id = default, string privateIPAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod privateIPAllocationMethod = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.IPConfigurationInner : string * string * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.IPConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As IPAllocationMethod = Nothing, Optional subnet As SubResource = Nothing, Optional publicIPAddress As SubResource = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)

Parameters

id
String
privateIPAddress
String

The private IP address of the IP configuration.

privateIPAllocationMethod
IPAllocationMethod

The private IP address allocation method. Possible values include: 'Static', 'Dynamic'

subnet
SubResource

The reference of the subnet resource.

publicIPAddress
SubResource

The reference of the public IP resource.

provisioningState
ProvisioningState

The provisioning state of the IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to