Package version:

Interface ResourceSkuRestrictionInfo

Describes an available Compute SKU Restriction Information.

interface ResourceSkuRestrictionInfo {
    locations?: string[];
    zones?: string[];
}

Properties

Properties

locations?: string[]

Locations where the SKU is restricted NOTE: This property will not be serialized. It can only be populated by the server.

zones?: string[]

List of availability zones where the SKU is restricted. NOTE: This property will not be serialized. It can only be populated by the server.