Class ContainerNetworkInterfaceIpConfiguration
java.lang.Object
com.microsoft.azure.management.network.ContainerNetworkInterfaceIpConfiguration
The ip configuration for a container network interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionetag()
Get a unique read-only string that changes whenever the resource is updated.name()
Get the name of the resource.Get the provisioning state of the container network interface IP configuration resource.type()
Get sub Resource type.Set the name of the resource.
-
Constructor Details
-
ContainerNetworkInterfaceIpConfiguration
public ContainerNetworkInterfaceIpConfiguration()
-
-
Method Details
-
provisioningState
Get the provisioning state of the container network interface IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'.- Returns:
- the provisioningState value
-
name
Get the name of the resource. This name can be used to access the resource.- Returns:
- the name value
-
withName
Set the name of the resource. This name can be used to access the resource.- Parameters:
name
- the name value to set- Returns:
- the ContainerNetworkInterfaceIpConfiguration object itself.
-
type
Get sub Resource type.- Returns:
- the type value
-
etag
Get a unique read-only string that changes whenever the resource is updated.- Returns:
- the etag value
-