ResourceSku interface
The billing information of the resource.
Properties
capacity | Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default. If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000; |
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, Premium_P2 |
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'.
|
Property Details
capacity
Optional, integer. The unit count of the resource. 1 for Free_F1/Standard_S1/Premium_P1, 100 for Premium_P2 by default.
If present, following values are allowed: Free_F1: 1; Standard_S1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P1: 1,2,3,4,5,6,7,8,9,10,20,30,40,50,60,70,80,90,100; Premium_P2: 100,200,300,400,500,600,700,800,900,1000;
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, Premium_P2
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