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 |
VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod() |
Modifier and Type | Method and Description |
---|---|
static Collection<IPAllocationMethod> |
IPAllocationMethod.values() |
Modifier and Type | Method and Description |
---|---|
IPAllocationMethod |
HasPrivateIPAddress.privateIPAllocationMethod() |
Copyright © 2019. All rights reserved.