Uses of Class
com.microsoft.azure.management.network.IPAllocationMethod
Packages that use IPAllocationMethod
Package
Description
This package contains the classes for NetworkManagementClient.
This package contains the common interfaces for resource models in networking.
-
Uses of IPAllocationMethod in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IPAllocationMethodModifier and TypeFieldDescriptionstatic final IPAllocationMethod
IPAllocationMethod.DYNAMIC
Static value Dynamic for IPAllocationMethod.static final IPAllocationMethod
IPAllocationMethod.STATIC
Static value Static for IPAllocationMethod.Methods in com.microsoft.azure.management.network that return IPAllocationMethodModifier and TypeMethodDescriptionstatic IPAllocationMethod
IPAllocationMethod.fromString
(String name) Creates or finds a IPAllocationMethod from its string representation.PublicIPAddress.ipAllocationMethod()
NetworkInterfaceBase.primaryPrivateIPAllocationMethod()
ApplicationGatewayFrontendIPConfiguration.privateIPAllocationMethod()
Get the private IP address allocation method.BastionHostIPConfiguration.privateIPAllocationMethod()
Get private IP allocation method.IPConfiguration.privateIPAllocationMethod()
Get the private IP address allocation method.PrivateLinkServiceIpConfiguration.privateIPAllocationMethod()
Get the private IP address allocation method.VirtualNetworkGatewayIPConfiguration.privateIPAllocationMethod()
Methods in com.microsoft.azure.management.network that return types with arguments of type IPAllocationMethodModifier and TypeMethodDescriptionstatic Collection<IPAllocationMethod>
IPAllocationMethod.values()
Methods in com.microsoft.azure.management.network with parameters of type IPAllocationMethodModifier and TypeMethodDescriptionApplicationGatewayFrontendIPConfiguration.withPrivateIPAllocationMethod
(IPAllocationMethod privateIPAllocationMethod) Set the private IP address allocation method.BastionHostIPConfiguration.withPrivateIPAllocationMethod
(IPAllocationMethod privateIPAllocationMethod) Set private IP allocation method.IPConfiguration.withPrivateIPAllocationMethod
(IPAllocationMethod privateIPAllocationMethod) Set the private IP address allocation method.PrivateLinkServiceIpConfiguration.withPrivateIPAllocationMethod
(IPAllocationMethod privateIPAllocationMethod) Set the private IP address allocation method. -
Uses of IPAllocationMethod in com.microsoft.azure.management.network.model
Methods in com.microsoft.azure.management.network.model that return IPAllocationMethod