| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| com.microsoft.azure.management.network.model |
This package contains the common interfaces for resource models in networking.
|
| Modifier and Type | Field and Description |
|---|---|
static IPAllocationMethod |
IPAllocationMethod.DYNAMIC
Static value Dynamic for IPAllocationMethod.
|
static IPAllocationMethod |
IPAllocationMethod.STATIC
Static value Static for IPAllocationMethod.
|
| Modifier and Type | Method and Description |
|---|---|
static IPAllocationMethod |
IPAllocationMethod.fromString(String name)
Creates or finds a IPAllocationMethod from its string representation.
|
IPAllocationMethod |
PublicIPAddress.ipAllocationMethod() |
IPAllocationMethod |
NetworkInterfaceBase.primaryPrivateIPAllocationMethod() |
IPAllocationMethod |
IPConfiguration.privateIPAllocationMethod()
Get the private IP address allocation method.
|
IPAllocationMethod |
PrivateLinkServiceIpConfiguration.privateIPAllocationMethod()
Get the private IP address allocation method.
|
IPAllocationMethod |
BastionHostIPConfiguration.privateIPAllocationMethod()
Get private IP allocation method.
|
IPAllocationMethod |
VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod() |
IPAllocationMethod |
ApplicationGatewayFrontendIPConfiguration.privateIPAllocationMethod()
Get the private IP address allocation method.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<IPAllocationMethod> |
IPAllocationMethod.values() |
| Modifier and Type | Method and Description |
|---|---|
IPConfiguration |
IPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
PrivateLinkServiceIpConfiguration |
PrivateLinkServiceIpConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
BastionHostIPConfiguration |
BastionHostIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set private IP allocation method.
|
ApplicationGatewayFrontendIPConfiguration |
ApplicationGatewayFrontendIPConfiguration.withPrivateIPAllocationMethod(IPAllocationMethod privateIPAllocationMethod)
Set the private IP address allocation method.
|
| Modifier and Type | Method and Description |
|---|---|
IPAllocationMethod |
HasPrivateIPAddress.privateIPAllocationMethod() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/