Class PublicIpAddressSkuTier
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PublicIpAddressSkuTier>
com.azure.resourcemanager.network.models.PublicIpAddressSkuTier
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PublicIpAddressSkuTier
extends com.azure.core.util.ExpandableStringEnum<PublicIpAddressSkuTier>
Tier of a public IP address SKU.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PublicIpAddressSkuTierStatic value Global for PublicIpAddressSkuTier.static final PublicIpAddressSkuTierStatic value Regional for PublicIpAddressSkuTier. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PublicIpAddressSkuTierfromString(String name) Creates or finds a PublicIpAddressSkuTier from its string representation.static Collection<PublicIpAddressSkuTier> values()Gets known PublicIpAddressSkuTier values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
REGIONAL
Static value Regional for PublicIpAddressSkuTier. -
GLOBAL
Static value Global for PublicIpAddressSkuTier.
-
-
Constructor Details
-
PublicIpAddressSkuTier
Deprecated.Use thefromString(String)factory method.Creates a new instance of PublicIpAddressSkuTier value.
-
-
Method Details
-
fromString
Creates or finds a PublicIpAddressSkuTier from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PublicIpAddressSkuTier.
-
values
Gets known PublicIpAddressSkuTier values.- Returns:
- known PublicIpAddressSkuTier values.
-
fromString(String)factory method.