Package version:

Interface ResourceSkuRestrictions

Describes scaling information of a SKU.

interface ResourceSkuRestrictions {
    reasonCode?: ResourceSkuRestrictionsReasonCode;
    restrictionInfo?: ResourceSkuRestrictionInfo;
    type?: ResourceSkuRestrictionsType;
    values?: string[];
}

Properties

The reason for restriction. NOTE: This property will not be serialized. It can only be populated by the server.

restrictionInfo?: ResourceSkuRestrictionInfo

The information about the restriction where the SKU cannot be used. NOTE: This property will not be serialized. It can only be populated by the server.

The type of restrictions. NOTE: This property will not be serialized. It can only be populated by the server.

values?: string[]

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.