| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IPConfiguration |
IPConfiguration.withName(String name)
Set the name of the resource that is unique within a resource group.
|
IPConfiguration |
IPConfiguration.withPrivateIPAddress(String privateIPAddress)
Set the private IP address of the IP configuration.
|
IPConfiguration |
IPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
IPConfiguration |
IPConfiguration.withPublicIPAddress(com.microsoft.azure.management.network.implementation.PublicIPAddressInner publicIPAddress)
Set the reference to the public IP resource.
|
IPConfiguration |
IPConfiguration.withSubnet(com.microsoft.azure.management.network.implementation.SubnetInner subnet)
Set the reference to the subnet resource.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/