Package version:

The properties that are associated with a SKU.

interface Sku {
    capacity?: number;
    name?: string;
}

Properties

Properties

capacity?: number

The capacity of the SKU.

name?: string

The name of the SKU. Required on PUT (CreateOrReplace) requests.

Generated using TypeDoc