ResourceSku interface

The billing information of the resource.

Properties

capacity

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

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

name

The name of the SKU. Required.

Allowed values: Standard_S1, Free_F1, Premium_P1

size

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

tier

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

Basic is deprecated, use Standard instead.

Property Details

capacity

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;

capacity?: number

Property Value

number

family

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

family?: string

Property Value

string

name

The name of the SKU. Required.

Allowed values: Standard_S1, Free_F1, Premium_P1

name: string

Property Value

string

size

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

size?: string

Property Value

string

tier

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

Basic is deprecated, use Standard instead.

tier?: string

Property Value

string