Uses of Class
com.microsoft.azure.management.network.PublicIPAddressSkuName
Packages that use PublicIPAddressSkuName
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of PublicIPAddressSkuName in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as PublicIPAddressSkuNameModifier and TypeFieldDescriptionstatic final PublicIPAddressSkuName
PublicIPAddressSkuName.BASIC
Static value Basic for PublicIPAddressSkuName.static final PublicIPAddressSkuName
PublicIPAddressSkuName.STANDARD
Static value Standard for PublicIPAddressSkuName.Methods in com.microsoft.azure.management.network that return PublicIPAddressSkuNameModifier and TypeMethodDescriptionstatic PublicIPAddressSkuName
PublicIPAddressSkuName.fromString
(String name) Creates or finds a PublicIPAddressSkuName from its string representation.PublicIPAddressSku.name()
Get name of a public IP address SKU.Methods in com.microsoft.azure.management.network that return types with arguments of type PublicIPAddressSkuNameModifier and TypeMethodDescriptionstatic Collection<PublicIPAddressSkuName>
PublicIPAddressSkuName.values()
Methods in com.microsoft.azure.management.network with parameters of type PublicIPAddressSkuNameModifier and TypeMethodDescriptionPublicIPAddressSku.withName
(PublicIPAddressSkuName name) Set name of a public IP address SKU.