ResourceSkuRestrictionsOutput interface
Describes scaling information of a SKU.
Properties
| reason |
The reason for restriction. |
| restriction |
The information about the restriction where the SKU cannot be used. |
| type | The type of restrictions. |
| values | 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
The reason for restriction.
reasonCode?: "QuotaId" | "NotAvailableForSubscription"
Property Value
"QuotaId" | "NotAvailableForSubscription"
restrictionInfo
The information about the restriction where the SKU cannot be used.
restrictionInfo?: ResourceSkuRestrictionInfoOutput
Property Value
type
The type of restrictions.
type?: "Location" | "Zone"
Property Value
"Location" | "Zone"
values
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[]