Class Sku
java.lang.Object
com.azure.resourcemanager.frontdoor.models.Sku
The pricing tier of the web application firewall policy.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Sku
public Sku()Creates an instance of Sku class.
-
-
Method Details
-
name
Get the name property: Name of the pricing tier.- Returns:
- the name value.
-
withName
Set the name property: Name of the pricing tier.- Parameters:
name
- the name value to set.- Returns:
- the Sku object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-