Package version:

Interface ResourceSku

The billing information of the resource.

Hierarchy

  • ResourceSku

Properties

capacity?: number

Optional, integer. The unit count of the resource. 1 by default.

If present, following values are allowed: Free: 1; Standard: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100;

family?: string

Not used. Retained for future use. NOTE: This property will not be serialized. It can only be populated by the server.

name: string

The name of the SKU. Required.

Allowed values: Standard_S1, Free_F1, Premium_P1

size?: string

Not used. Retained for future use. NOTE: This property will not be serialized. It can only be populated by the server.

tier?: string

Optional tier of this particular SKU. 'Standard' or 'Free'.

Basic is deprecated, use Standard instead.

Generated using TypeDoc