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