Class NatGatewaySku
java.lang.Object
com.microsoft.azure.management.network.NatGatewaySku
SKU of nat gateway.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get name of Nat Gateway SKU.withName
(NatGatewaySkuName name) Set name of Nat Gateway SKU.
-
Constructor Details
-
NatGatewaySku
public NatGatewaySku()
-
-
Method Details
-
name
Get name of Nat Gateway SKU. Possible values include: 'Standard'.- Returns:
- the name value
-
withName
Set name of Nat Gateway SKU. Possible values include: 'Standard'.- Parameters:
name
- the name value to set- Returns:
- the NatGatewaySku object itself.
-