Uses of Class
com.azure.resourcemanager.compute.models.PublicIpAddressSkuName
Packages that use PublicIpAddressSkuName
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of PublicIpAddressSkuName in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as PublicIpAddressSkuNameModifier and TypeFieldDescriptionstatic final PublicIpAddressSkuNamePublicIpAddressSkuName.BASICStatic value Basic for PublicIpAddressSkuName.static final PublicIpAddressSkuNamePublicIpAddressSkuName.STANDARDStatic value Standard for PublicIpAddressSkuName.Methods in com.azure.resourcemanager.compute.models that return PublicIpAddressSkuNameModifier and TypeMethodDescriptionstatic PublicIpAddressSkuNamePublicIpAddressSkuName.fromString(String name) Creates or finds a PublicIpAddressSkuName from its string representation.PublicIpAddressSku.name()Get the name property: Specify public IP sku name.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PublicIpAddressSkuNameModifier and TypeMethodDescriptionstatic Collection<PublicIpAddressSkuName>PublicIpAddressSkuName.values()Gets known PublicIpAddressSkuName values.Methods in com.azure.resourcemanager.compute.models with parameters of type PublicIpAddressSkuNameModifier and TypeMethodDescriptionPublicIpAddressSku.withName(PublicIpAddressSkuName name) Set the name property: Specify public IP sku name.