public final class PublicIpAddressSkuName extends com.azure.core.util.ExpandableStringEnum<PublicIpAddressSkuName>
| Modifier and Type | Field and Description |
|---|---|
static PublicIpAddressSkuName |
BASIC
Static value Basic for PublicIpAddressSkuName.
|
static PublicIpAddressSkuName |
STANDARD
Static value Standard for PublicIpAddressSkuName.
|
| Constructor and Description |
|---|
PublicIpAddressSkuName() |
| Modifier and Type | Method and Description |
|---|---|
static PublicIpAddressSkuName |
fromString(String name)
Creates or finds a PublicIpAddressSkuName from its string representation.
|
static Collection<PublicIpAddressSkuName> |
values() |
public static final PublicIpAddressSkuName BASIC
public static final PublicIpAddressSkuName STANDARD
public static PublicIpAddressSkuName fromString(String name)
name - a name to look for.public static Collection<PublicIpAddressSkuName> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.