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