Uses of Class
com.azure.resourcemanager.network.models.PublicIpPrefixSkuName
-
Packages that use PublicIpPrefixSkuName Package Description com.azure.resourcemanager.network.models 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 PublicIpPrefixSkuName Modifier and Type Field Description static PublicIpPrefixSkuNamePublicIpPrefixSkuName. STANDARDStatic value Standard for PublicIpPrefixSkuName.Methods in com.azure.resourcemanager.network.models that return PublicIpPrefixSkuName Modifier and Type Method Description static PublicIpPrefixSkuNamePublicIpPrefixSkuName. fromString(String name)Creates or finds a PublicIpPrefixSkuName from its string representation.PublicIpPrefixSkuNamePublicIpPrefixSku. 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 PublicIpPrefixSkuName Modifier and Type Method Description static Collection<PublicIpPrefixSkuName>PublicIpPrefixSkuName. values()Methods in com.azure.resourcemanager.network.models with parameters of type PublicIpPrefixSkuName Modifier and Type Method Description PublicIpPrefixSkuPublicIpPrefixSku. withName(PublicIpPrefixSkuName name)Set the name property: Name of a public IP prefix SKU.
-