Share via


NodeTypeSku(Int32) Constructor

Definition

Initializes a new instance of NodeTypeSku.

public NodeTypeSku (int capacity);
new Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSku : int -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.NodeTypeSku
Public Sub New (capacity As Integer)

Parameters

capacity
Int32

The number of nodes in the node type.<br /><br />If present in request it will override properties.vmInstanceCount.

Applies to