PublicIpAddressSkuTier Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. PublicIpAddressSkuTier
- com.
- com.
public final class PublicIpAddressSkuTier
extends ExpandableStringEnum<PublicIpAddressSkuTier>
Tier of a public IP address SKU.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Public |
GLOBAL
Static value Global for Public |
static final
Public |
REGIONAL
Static value Regional for Public |
Constructor Summary
Constructor | Description |
---|---|
PublicIpAddressSkuTier() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Public |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Public |
fromString(String name)
Creates or finds a Public |
static
Collection<Public |
values()
Gets known Public |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
GLOBAL
public static final PublicIpAddressSkuTier GLOBAL
Static value Global for PublicIpAddressSkuTier.
REGIONAL
public static final PublicIpAddressSkuTier REGIONAL
Static value Regional for PublicIpAddressSkuTier.
Constructor Details
PublicIpAddressSkuTier
@Deprecated
public PublicIpAddressSkuTier()
Deprecated
Creates a new instance of PublicIpAddressSkuTier value.
Method Details
fromString
public static PublicIpAddressSkuTier fromString(String name)
Creates or finds a PublicIpAddressSkuTier from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known PublicIpAddressSkuTier values.
Returns:
Applies to
Azure SDK for Java