PublicIpAddressSkuName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. PublicIpAddressSkuName
- com.
- com.
public final class PublicIpAddressSkuName
extends ExpandableStringEnum<PublicIpAddressSkuName>
Name of a public IP address SKU.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Public |
BASIC
Static value Basic for Public |
|
static final
Public |
STANDARD
Static value Standard for Public |
|
static final
Public |
STANDARD_V2
Static value StandardV2 for Public |
Constructor Summary
| Constructor | Description |
|---|---|
| PublicIpAddressSkuName() |
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
BASIC
public static final PublicIpAddressSkuName BASIC
Static value Basic for PublicIpAddressSkuName.
STANDARD
public static final PublicIpAddressSkuName STANDARD
Static value Standard for PublicIpAddressSkuName.
STANDARD_V2
public static final PublicIpAddressSkuName STANDARD_V2
Static value StandardV2 for PublicIpAddressSkuName.
Constructor Details
PublicIpAddressSkuName
@Deprecated
public PublicIpAddressSkuName()
Deprecated
Creates a new instance of PublicIpAddressSkuName value.
Method Details
fromString
public static PublicIpAddressSkuName fromString(String name)
Creates or finds a PublicIpAddressSkuName from its string representation.
Parameters:
Returns:
values
public static Collection<PublicIpAddressSkuName> values()
Gets known PublicIpAddressSkuName values.
Returns: