Class ResourceSkuRestrictions

java.lang.Object
com.microsoft.azure.management.compute.ResourceSkuRestrictions

public class ResourceSkuRestrictions extends Object
Describes scaling information of a SKU.
  • Constructor Details

    • ResourceSkuRestrictions

      public ResourceSkuRestrictions()
  • Method Details

    • type

      Get the type of restrictions. Possible values include: 'Location', 'Zone'.
      Returns:
      the type value
    • values

      public List<String> values()
      Get the value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
      Returns:
      the values value
    • restrictionInfo

      public ResourceSkuRestrictionInfo restrictionInfo()
      Get the information about the restriction where the SKU cannot be used.
      Returns:
      the restrictionInfo value
    • reasonCode

      public ResourceSkuRestrictionsReasonCode reasonCode()
      Get the reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription'.
      Returns:
      the reasonCode value