SkuRestrictions interface
Describes restrictions which would prevent a SKU from being used.
Properties
reason |
The reason for restriction. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of restrictions. NOTE: This property will not be serialized. It can only be populated by the server. |
values | The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
reasonCode
The reason for restriction. NOTE: This property will not be serialized. It can only be populated by the server.
reasonCode?: string
Property Value
string
type
The type of restrictions. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
values
The value of restrictions. If the restriction type is set to location. This would be different locations where the SKU is restricted. NOTE: This property will not be serialized. It can only be populated by the server.
values?: string[]
Property Value
string[]
Azure SDK for JavaScript