public class ContainerNetworkInterfaceConfiguration
extends com.microsoft.azure.SubResource
| Constructor and Description |
|---|
ContainerNetworkInterfaceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<com.microsoft.azure.SubResource> |
containerNetworkInterfaces()
Get a list of container network interfaces created from this container network interface configuration.
|
String |
etag()
Get a unique read-only string that changes whenever the resource is updated.
|
List<IPConfigurationProfile> |
ipConfigurations()
Get a list of ip configurations of the container network interface configuration.
|
String |
name()
Get the name of the resource.
|
ProvisioningState |
provisioningState()
Get the provisioning state of the container network interface configuration resource.
|
String |
type()
Get sub Resource type.
|
ContainerNetworkInterfaceConfiguration |
withContainerNetworkInterfaces(List<com.microsoft.azure.SubResource> containerNetworkInterfaces)
Set a list of container network interfaces created from this container network interface configuration.
|
ContainerNetworkInterfaceConfiguration |
withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)
Set a list of ip configurations of the container network interface configuration.
|
ContainerNetworkInterfaceConfiguration |
withName(String name)
Set the name of the resource.
|
public ContainerNetworkInterfaceConfiguration()
public List<IPConfigurationProfile> ipConfigurations()
public ContainerNetworkInterfaceConfiguration withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)
ipConfigurations - the ipConfigurations value to setpublic List<com.microsoft.azure.SubResource> containerNetworkInterfaces()
public ContainerNetworkInterfaceConfiguration withContainerNetworkInterfaces(List<com.microsoft.azure.SubResource> containerNetworkInterfaces)
containerNetworkInterfaces - the containerNetworkInterfaces value to setpublic ProvisioningState provisioningState()
public String name()
public ContainerNetworkInterfaceConfiguration withName(String name)
name - the name value to setpublic String type()
public String etag()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/