Aracılığıyla paylaş


ContainerNetworkInterfaceIpConfiguration Constructors

Definition

Overloads

ContainerNetworkInterfaceIpConfiguration()

Initializes a new instance of the ContainerNetworkInterfaceIpConfiguration class.

ContainerNetworkInterfaceIpConfiguration(String, String, String, String)

Initializes a new instance of the ContainerNetworkInterfaceIpConfiguration class.

ContainerNetworkInterfaceIpConfiguration()

Initializes a new instance of the ContainerNetworkInterfaceIpConfiguration class.

public ContainerNetworkInterfaceIpConfiguration ();
Public Sub New ()

Applies to

ContainerNetworkInterfaceIpConfiguration(String, String, String, String)

Initializes a new instance of the ContainerNetworkInterfaceIpConfiguration class.

public ContainerNetworkInterfaceIpConfiguration (string provisioningState = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceIpConfiguration : string * string * string * string -> Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceIpConfiguration
Public Sub New (Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)

Parameters

provisioningState
String

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

name
String

The name of the resource. This name can be used to access the resource.

type
String

Sub Resource type.

etag
String

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

Applies to