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