public class ContainerNetworkInterfaceIpConfiguration extends Object
| Constructor and Description |
|---|
ContainerNetworkInterfaceIpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: The name of the resource.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the container network interface IP configuration
resource.
|
String |
type()
Get the type property: Sub Resource type.
|
void |
validate()
Validates the instance.
|
ContainerNetworkInterfaceIpConfiguration |
withName(String name)
Set the name property: The name of the resource.
|
public ContainerNetworkInterfaceIpConfiguration()
public String name()
public ContainerNetworkInterfaceIpConfiguration withName(String name)
name - the name value to set.public String type()
public String etag()
public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.