NodeTypeAvailableSku interface
Defines the type of sku available for a node type
Properties
capacity | Provides information about how the node count can be scaled. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The type of resource the sku applies to. |
sku | The supported SKU for a for node type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
capacity
Provides information about how the node count can be scaled. NOTE: This property will not be serialized. It can only be populated by the server.
capacity?: NodeTypeSkuCapacity
Property Value
resourceType
The type of resource the sku applies to.
Value: Microsoft.ServiceFabric/managedClusters/nodeTypes.
NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
sku
The supported SKU for a for node type. NOTE: This property will not be serialized. It can only be populated by the server.
sku?: NodeTypeSupportedSku
Property Value
Azure SDK for JavaScript