ApplicationTypeVersionsOperationsExtensions.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Mises à jour les balises d’une ressource de version de type application d’un cluster managé donné.
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
Paramètres
- operations
- IApplicationTypeVersionsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- clusterName
- String
Nom de la ressource de cluster.
- applicationTypeName
- String
Nom de la ressource de nom de type d’application.
- version
- String
Version du type d’application.
- tags
- IDictionary<String,String>
Paramètres de mise à jour de version de type d’application
Retours
Remarques
Mises à jour les balises d’une ressource de version de type application d’un cluster managé donné.
S’applique à
Azure SDK for .NET