Uses of Class
com.azure.resourcemanager.network.models.PublicIpAddressSkuName
-
Packages that use PublicIpAddressSkuName Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PublicIpAddressSkuName in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as PublicIpAddressSkuName Modifier and Type Field Description static PublicIpAddressSkuNamePublicIpAddressSkuName. BASICStatic value Basic for PublicIpAddressSkuName.static PublicIpAddressSkuNamePublicIpAddressSkuName. STANDARDStatic value Standard for PublicIpAddressSkuName.Methods in com.azure.resourcemanager.network.models that return PublicIpAddressSkuName Modifier and Type Method Description static PublicIpAddressSkuNamePublicIpAddressSkuName. fromString(String name)Creates or finds a PublicIpAddressSkuName from its string representation.PublicIpAddressSkuNamePublicIpAddressSku. name()Get the name property: Name of a public IP address SKU.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PublicIpAddressSkuName Modifier and Type Method Description static Collection<PublicIpAddressSkuName>PublicIpAddressSkuName. values()Methods in com.azure.resourcemanager.network.models with parameters of type PublicIpAddressSkuName Modifier and Type Method Description PublicIpAddressSkuPublicIpAddressSku. withName(PublicIpAddressSkuName name)Set the name property: Name of a public IP address SKU.
-