Node Type Description Args
Describes a node type in the cluster, each node type represents sub set of nodes in the cluster.
Constructors
Properties
The range of ports from which cluster assigned port to Service Fabric applications.
The capacity tags applied to the nodes in the node type, the cluster resource manager uses these tags to understand how much resource a node has.
The TCP cluster management endpoint port.
The durability level of the node type. Learn about DurabilityLevel.
The range of ephemeral ports that nodes in this node type should be configured with.
The HTTP cluster management endpoint port.
The placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.
The endpoint used by reverse proxy.
The number of nodes in the node type. This count should match the capacity property in the corresponding VirtualMachineScaleSet resource.