| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerNetworkInterfaceConfiguration |
ContainerNetworkInterface.containerNetworkInterfaceConfiguration()
Get container network interface configuration from which this container network interface is created.
|
ContainerNetworkInterfaceConfiguration |
ContainerNetworkInterfaceConfiguration.withContainerNetworkInterfaces(List<com.microsoft.azure.SubResource> containerNetworkInterfaces)
Set a list of container network interfaces created from this container network interface configuration.
|
ContainerNetworkInterfaceConfiguration |
ContainerNetworkInterfaceConfiguration.withEtag(String etag)
Set a unique read-only string that changes whenever the resource is updated.
|
ContainerNetworkInterfaceConfiguration |
ContainerNetworkInterfaceConfiguration.withIpConfigurations(List<IPConfigurationProfile> ipConfigurations)
Set a list of ip configurations of the container network interface configuration.
|
ContainerNetworkInterfaceConfiguration |
ContainerNetworkInterfaceConfiguration.withName(String name)
Set the name of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerNetworkInterface |
ContainerNetworkInterface.withContainerNetworkInterfaceConfiguration(ContainerNetworkInterfaceConfiguration containerNetworkInterfaceConfiguration)
Set container network interface configuration from which this container network interface is created.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/