Delen via


ClusterUpdate Constructors

Definitie

Overloads

ClusterUpdate()

Initialiseert een nieuw exemplaar van de klasse ClusterUpdate.

ClusterUpdate(IDictionary<String,String>)

Initialiseert een nieuw exemplaar van de klasse ClusterUpdate.

ClusterUpdate()

Initialiseert een nieuw exemplaar van de klasse ClusterUpdate.

public ClusterUpdate ();
Public Sub New ()

Van toepassing op

ClusterUpdate(IDictionary<String,String>)

Initialiseert een nieuw exemplaar van de klasse ClusterUpdate.

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

Parameters

tags
IDictionary<String,String>

Resourcetags.

Van toepassing op