| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IpAllocationMethod |
IpConfigurationInner.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
IpAllocationMethod |
VirtualNetworkGatewayIpConfigurationInner.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
IpAllocationMethod |
HubIpConfigurationInner.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
IpAllocationMethod |
NetworkInterfaceIpConfigurationInner.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
IpAllocationMethod |
PrivateLinkServiceIpConfigurationInner.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
IpAllocationMethod |
FrontendIpConfigurationInner.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The Private IP allocation method.
|
IpAllocationMethod |
PublicIpAddressInner.publicIpAllocationMethod()
Get the publicIpAllocationMethod property: The public IP address allocation method.
|
| Modifier and Type | Method and Description |
|---|---|
IpConfigurationInner |
IpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
VirtualNetworkGatewayIpConfigurationInner |
VirtualNetworkGatewayIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
HubIpConfigurationInner |
HubIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
NetworkInterfaceIpConfigurationInner |
NetworkInterfaceIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
PrivateLinkServiceIpConfigurationInner |
PrivateLinkServiceIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
FrontendIpConfigurationInner |
FrontendIpConfigurationInner.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The Private IP allocation method.
|
PublicIpAddressInner |
PublicIpAddressInner.withPublicIpAllocationMethod(IpAllocationMethod publicIpAllocationMethod)
Set the publicIpAllocationMethod property: The public IP address allocation method.
|
| 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 |
ApplicationGatewayPrivateLinkIpConfiguration.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
IpAllocationMethod |
HasPrivateIpAddress.privateIpAllocationMethod() |
IpAllocationMethod |
BastionHostIpConfiguration.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: Private IP allocation method.
|
IpAllocationMethod |
ApplicationGatewayFrontendIpConfiguration.privateIpAllocationMethod()
Get the privateIpAllocationMethod property: The private IP address allocation method.
|
IpAllocationMethod |
VirtualNetworkGatewayIpConfiguration.privateIpAllocationMethod() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationGatewayPrivateLinkIpConfiguration |
ApplicationGatewayPrivateLinkIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
BastionHostIpConfiguration |
BastionHostIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: Private IP allocation method.
|
ApplicationGatewayFrontendIpConfiguration |
ApplicationGatewayFrontendIpConfiguration.withPrivateIpAllocationMethod(IpAllocationMethod privateIpAllocationMethod)
Set the privateIpAllocationMethod property: The private IP address allocation method.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.