Class PolicySku
- java.lang.Object
-
- com.microsoft.azure.management.resources.PolicySku
-
public class PolicySku extends Object
The policy sku.
-
-
Constructor Summary
Constructors Constructor Description PolicySku()
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public PolicySku withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the PolicySku object itself.
-
tier
public String tier()
Get the tier value.- Returns:
- the tier value
-
-