NodeTypeUpdateParameters Class

Definition

Node type update request

[Microsoft.Rest.Serialization.JsonTransformation]
public class NodeTypeUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NodeTypeUpdateParameters = class
Public Class NodeTypeUpdateParameters
Inheritance
NodeTypeUpdateParameters
Attributes

Constructors

NodeTypeUpdateParameters()

Initializes a new instance of the NodeTypeUpdateParameters class.

NodeTypeUpdateParameters(Nullable<Int32>, IDictionary<String, String>, IDictionary<String,String>, EndpointRangeDescription, EndpointRangeDescription, IList<VaultSecretGroup>, IList<VMSSExtension>, IDictionary<String,String>)

Initializes a new instance of the NodeTypeUpdateParameters class.

Properties

ApplicationPorts

Gets or sets the range of ports from which cluster assigned port to Service Fabric applications.

Capacities

Gets or sets 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.

EphemeralPorts

Gets or sets the range of ephemeral ports that nodes in this node type should be configured with.

PlacementProperties

Gets or sets the placement tags applied to nodes in the node type, which can be used to indicate where certain services (workload) should run.

Tags

Gets or sets node type update parameters

VmExtensions

Gets or sets virtual machine extensions.

VmInstanceCount

Gets or sets the number of nodes in the node type. This count should match the capacity property in the corresponding VirtualMachineScaleSet resource.

VmSecrets

Gets or sets virtual machine secretes.

Methods

Validate()

Validate the object.

Applies to