Class NatGatewaySku
java.lang.Object
com.azure.resourcemanager.network.models.NatGatewaySku
SKU of nat gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()Get the name property: Name of Nat Gateway SKU.voidvalidate()Validates the instance.withName(NatGatewaySkuName name) Set the name property: Name of Nat Gateway SKU.
-
Constructor Details
-
NatGatewaySku
public NatGatewaySku()Creates an instance of NatGatewaySku class.
-
-
Method Details
-
name
Get the name property: Name of Nat Gateway SKU.- Returns:
- the name value.
-
withName
Set the name property: Name of Nat Gateway SKU.- Parameters:
name- the name value to set.- Returns:
- the NatGatewaySku object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-