Class PolicySku
java.lang.Object
com.microsoft.azure.management.resources.PolicySku
The policy sku.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PolicySku
public PolicySku()
-
-
Method Details
-
name
Get the name of the policy sku. Possible values are A0 and A1.- Returns:
- the name value
-
withName
Set the name of the policy sku. Possible values are A0 and A1.- Parameters:
name
- the name value to set- Returns:
- the PolicySku object itself.
-
tier
Get the policy sku tier. Possible values are Free and Standard.- Returns:
- the tier value
-
withTier
Set the policy sku tier. Possible values are Free and Standard.- Parameters:
tier
- the tier value to set- Returns:
- the PolicySku object itself.
-