Uses of Class
com.azure.resourcemanager.network.models.PublicIpPrefixSkuName
Packages that use PublicIpPrefixSkuName
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PublicIpPrefixSkuName in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PublicIpPrefixSkuNameModifier and TypeFieldDescriptionstatic final PublicIpPrefixSkuNamePublicIpPrefixSkuName.STANDARDStatic value Standard for PublicIpPrefixSkuName.Methods in com.azure.resourcemanager.network.models that return PublicIpPrefixSkuNameModifier and TypeMethodDescriptionstatic PublicIpPrefixSkuNamePublicIpPrefixSkuName.fromString(String name) Creates or finds a PublicIpPrefixSkuName from its string representation.PublicIpPrefixSku.name()Get the name property: Name of a public IP prefix SKU.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PublicIpPrefixSkuNameModifier and TypeMethodDescriptionstatic Collection<PublicIpPrefixSkuName> PublicIpPrefixSkuName.values()Gets known PublicIpPrefixSkuName values.Methods in com.azure.resourcemanager.network.models with parameters of type PublicIpPrefixSkuNameModifier and TypeMethodDescriptionPublicIpPrefixSku.withName(PublicIpPrefixSkuName name) Set the name property: Name of a public IP prefix SKU.