Class PublicIpAddressSku
java.lang.Object
com.azure.resourcemanager.compute.models.PublicIpAddressSku
Describes the public IP Sku. It can only be set with OrchestrationMode as Flexible.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PublicIpAddressSku
public PublicIpAddressSku()Creates an instance of PublicIpAddressSku class.
-
-
Method Details
-
name
Get the name property: Specify public IP sku name.- Returns:
- the name value.
-
withName
Set the name property: Specify public IP sku name.- Parameters:
name- the name value to set.- Returns:
- the PublicIpAddressSku object itself.
-
tier
Get the tier property: Specify public IP sku tier.- Returns:
- the tier value.
-
withTier
Set the tier property: Specify public IP sku tier.- Parameters:
tier- the tier value to set.- Returns:
- the PublicIpAddressSku object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-