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