次の方法で共有


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>

リソース タグ。

適用対象