ResourceSkuRestrictions interface
Restrictions where the SKU cannot be used
Properties
reason |
Gets the reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription' |
restriction |
Gets the information about the restriction where the SKU cannot be used. |
type | Gets the type of restrictions. Possible values include: 'Location', 'Zone' |
values | Gets the value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. |
Property Details
reasonCode
Gets the reason for restriction. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
reasonCode?: string
Property Value
string
restrictionInfo
Gets the information about the restriction where the SKU cannot be used.
restrictionInfo?: ResourceSkuRestrictionInfo
Property Value
type
Gets the type of restrictions. Possible values include: 'Location', 'Zone'
type?: string
Property Value
string
values
Gets the value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted.
values?: string[]
Property Value
string[]