Aracılığıyla paylaş


PrivateLinkServiceIpConfigurationInner Constructors

Definition

Overloads

PrivateLinkServiceIpConfigurationInner()

Initializes a new instance of the PrivateLinkServiceIpConfigurationInner class.

PrivateLinkServiceIpConfigurationInner(String, String, IPAllocationMethod, SubResource, Nullable<Boolean>, ProvisioningState, IPVersion, String, String, String)

Initializes a new instance of the PrivateLinkServiceIpConfigurationInner class.

PrivateLinkServiceIpConfigurationInner()

Initializes a new instance of the PrivateLinkServiceIpConfigurationInner class.

public PrivateLinkServiceIpConfigurationInner ();
Public Sub New ()

Applies to

PrivateLinkServiceIpConfigurationInner(String, String, IPAllocationMethod, SubResource, Nullable<Boolean>, ProvisioningState, IPVersion, String, String, String)

Initializes a new instance of the PrivateLinkServiceIpConfigurationInner class.

public PrivateLinkServiceIpConfigurationInner (string id = default, string privateIPAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod privateIPAllocationMethod = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet = default, bool? primary = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.Network.Fluent.Models.IPVersion privateIPAddressVersion = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceIpConfigurationInner : string * string * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Nullable<bool> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.Network.Fluent.Models.IPVersion * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceIpConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As IPAllocationMethod = Nothing, Optional subnet As SubResource = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional privateIPAddressVersion As IPVersion = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type 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 to the subnet resource.

primary
Nullable<Boolean>

Whether the ip configuration is primary or not.

provisioningState
ProvisioningState

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

privateIPAddressVersion
IPVersion

Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'

name
String

The name of private link service ip configuration.

etag
String

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

type
String

The resource type.

Applies to