Uses of Class
com.azure.resourcemanager.network.models.PublicIpAddressSkuName
Packages that use PublicIpAddressSkuName
Package
Description
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 PublicIpAddressSkuNameModifier and TypeFieldDescriptionstatic final PublicIpAddressSkuNamePublicIpAddressSkuName.BASICStatic value Basic for PublicIpAddressSkuName.static final PublicIpAddressSkuNamePublicIpAddressSkuName.STANDARDStatic value Standard for PublicIpAddressSkuName.Methods in com.azure.resourcemanager.network.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: Name of a public IP address SKU.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PublicIpAddressSkuNameModifier and TypeMethodDescriptionstatic Collection<PublicIpAddressSkuName> PublicIpAddressSkuName.values()Gets known PublicIpAddressSkuName values.Methods in com.azure.resourcemanager.network.models with parameters of type PublicIpAddressSkuNameModifier and TypeMethodDescriptionPublicIpAddressSku.withName(PublicIpAddressSkuName name) Set the name property: Name of a public IP address SKU.