Class PolicySku

java.lang.Object
com.microsoft.azure.management.resources.PolicySku

public class PolicySku extends Object
The policy sku.
  • Constructor Details

    • PolicySku

      public PolicySku()
  • Method Details

    • name

      public String name()
      Get the name of the policy sku. Possible values are A0 and A1.
      Returns:
      the name value
    • withName

      public PolicySku withName(String name)
      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

      public String tier()
      Get the policy sku tier. Possible values are Free and Standard.
      Returns:
      the tier value
    • withTier

      public PolicySku withTier(String tier)
      Set the policy sku tier. Possible values are Free and Standard.
      Parameters:
      tier - the tier value to set
      Returns:
      the PolicySku object itself.