共用方式為


ClusterUpdate 建構函式

定義

多載

ClusterUpdate()

初始化 ClusterUpdate 類別的新實例。

ClusterUpdate(IDictionary<String,String>)

初始化 ClusterUpdate 類別的新實例。

ClusterUpdate()

初始化 ClusterUpdate 類別的新實例。

public ClusterUpdate ();
Public Sub New ()

適用於

ClusterUpdate(IDictionary<String,String>)

初始化 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)

參數

tags
IDictionary<String,String>

資源標籤。

適用於