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