Class PublicIPPrefixSku
java.lang.Object
com.microsoft.azure.management.network.PublicIPPrefixSku
SKU of a public IP prefix.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()
Get name of a public IP prefix SKU.Set name of a public IP prefix SKU.
-
Constructor Details
-
PublicIPPrefixSku
public PublicIPPrefixSku()
-
-
Method Details
-
name
Get name of a public IP prefix SKU. Possible values include: 'Standard'.- Returns:
- the name value
-
withName
Set name of a public IP prefix SKU. Possible values include: 'Standard'.- Parameters:
name
- the name value to set- Returns:
- the PublicIPPrefixSku object itself.
-