次の方法で共有


ManagedClusterUpdateParameters コンストラクター

定義

オーバーロード

ManagedClusterUpdateParameters()

ManagedClusterUpdateParameters クラスの新しいインスタンスを初期化します。

ManagedClusterUpdateParameters(IDictionary<String,String>)

ManagedClusterUpdateParameters クラスの新しいインスタンスを初期化します。

ManagedClusterUpdateParameters()

ManagedClusterUpdateParameters クラスの新しいインスタンスを初期化します。

public ManagedClusterUpdateParameters ();
Public Sub New ()

適用対象

ManagedClusterUpdateParameters(IDictionary<String,String>)

ManagedClusterUpdateParameters クラスの新しいインスタンスを初期化します。

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

パラメーター

tags
IDictionary<String,String>

マネージド クラスターの更新パラメーター

適用対象