Share via


NodeTypeUpdateParameters Constructors

Definition

Overloads

NodeTypeUpdateParameters()

Initializes a new instance of the NodeTypeUpdateParameters class.

NodeTypeUpdateParameters(IDictionary<String,String>)

Initializes a new instance of the NodeTypeUpdateParameters class.

NodeTypeUpdateParameters()

Initializes a new instance of the NodeTypeUpdateParameters class.

public NodeTypeUpdateParameters ();
Public Sub New ()

Applies to

NodeTypeUpdateParameters(IDictionary<String,String>)

Initializes a new instance of the NodeTypeUpdateParameters class.

public NodeTypeUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeUpdateParameters : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.NodeTypeUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

Parameters

tags
IDictionary<String,String>

Node type update parameters

Applies to