public class ContainerNetworkInterfaceIpConfiguration extends Object
| Constructor and Description |
|---|
ContainerNetworkInterfaceIpConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name of the resource.
|
String |
provisioningState()
Get the provisioning state of the resource.
|
String |
type()
Get sub Resource type.
|
ContainerNetworkInterfaceIpConfiguration |
withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
ContainerNetworkInterfaceIpConfiguration |
withName(String name)
Set the name of the resource.
|
public ContainerNetworkInterfaceIpConfiguration()
public String provisioningState()
public String name()
public ContainerNetworkInterfaceIpConfiguration withName(String name)
name - the name value to setpublic String type()
public String etag()
public ContainerNetworkInterfaceIpConfiguration withEtag(String etag)
etag - the etag value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/