Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceSku

Package version

The billing information of the resource.

Hierarchy

  • ResourceSku

Index

Properties

Optional capacity

capacity: undefined | number

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

If present, following values are allowed: Free: 1 Standard: 1,2,5,10,20,50,100

Optional family

family: undefined | string

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

name

name: string

The name of the SKU. Required.

Allowed values: Standard_S1, Free_F1

Optional size

size: undefined | string

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

Optional tier

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

Basic is deprecated, use Standard instead.

Generated using TypeDoc