ApplicationTypesOperationsExtensions.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 type application d’un cluster managé donné.
public static Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource Update (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations operations, string resourceGroupName, string clusterName, string applicationTypeName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member Update : Microsoft.Azure.Management.ServiceFabricManagedClusters.IApplicationTypesOperations * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ApplicationTypeResource
<Extension()>
Public Function Update (operations As IApplicationTypesOperations, resourceGroupName As String, clusterName As String, applicationTypeName As String, Optional tags As IDictionary(Of String, String) = Nothing) As ApplicationTypeResource
Paramètres
- operations
- IApplicationTypesOperations
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 du type d’application.
- tags
- IDictionary<String,String>
Paramètres de mise à jour du type d’application
Retours
Remarques
Mises à jour les balises d’une ressource de type application d’un cluster managé donné.
S’applique à
Azure SDK for .NET