次の方法で共有


ManagedClustersOperationsExtensions.UpdateAsync メソッド

定義

Service Fabric マネージド クラスター リソースのタグを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster> UpdateAsync (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations operations, string resourceGroupName, string clusterName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster>
<Extension()>
Public Function UpdateAsync (operations As IManagedClustersOperations, resourceGroupName As String, clusterName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedCluster)

パラメーター

operations
IManagedClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスター リソースの名前。

tags
IDictionary<String,String>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定した名前で Service Fabric マネージド クラスター リソースのタグを更新します。

適用対象