次の方法で共有


ApplicationTypeVersionsOperationsExtensions.UpdateAsync メソッド

定義

特定のマネージド クラスターのアプリケーションの種類のバージョン リソースのタグを更新します。

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

パラメーター

operations
IApplicationTypeVersionsOperations

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

resourceGroupName
String

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

clusterName
String

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

applicationTypeName
String

アプリケーションの種類名リソースの名前。

version
String

アプリケーションの種類のバージョン。

tags
IDictionary<String,String>

アプリケーションの種類のバージョンの更新パラメーター

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

特定のマネージド クラスターのアプリケーションの種類のバージョン リソースのタグを更新します。

適用対象