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
Global. |
|
static final
Public |
REGIONAL
Regional. |
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
Global.
REGIONAL
public static final PublicIpAddressSkuTier REGIONAL
Regional.
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<PublicIpAddressSkuTier> values()
Gets known PublicIpAddressSkuTier values.
Returns: