你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationTypeVersionsOperationsExtensions.Update 方法

定义

汇报给定托管群集的应用程序类型版本资源的标记。

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

参数

operations
IApplicationTypeVersionsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

clusterName
String

群集资源的名称。

applicationTypeName
String

应用程序类型名称资源的名称。

version
String

应用程序类型版本。

tags
IDictionary<String,String>

应用程序类型版本更新参数

返回

注解

汇报给定托管群集的应用程序类型版本资源的标记。

适用于