Class ResourceSkuRestrictions
java.lang.Object
com.microsoft.azure.management.compute.ResourceSkuRestrictions
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
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
Get the information about the restriction where the SKU cannot be used.- Returns:
- the restrictionInfo value
-
reasonCode
Get the reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription'.- Returns:
- the reasonCode value
-