Share via


ClusterNodeTypeDescription.VmInstanceCount Property

Definition

VMInstanceCount should be 1 to n, where n indicates the number of VM instances corresponding to this nodeType. VMInstanceCount = 0 can be done only in these scenarios: NodeType is a secondary nodeType. Durability = Bronze or Durability >= Bronze and InfrastructureServiceManager = true. If VMInstanceCount = 0, implies the VMs for this nodeType will not be used for the initial cluster size computation.

public int VmInstanceCount { get; set; }
member this.VmInstanceCount : int with get, set
Public Property VmInstanceCount As Integer

Property Value

Applies to