Partager via


OpenShiftManagedClustersOperationsExtensions.UpdateTagsAsync Méthode

Définition

Mises à jour balises sur un cluster managé OpenShift.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner> UpdateTagsAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IOpenShiftManagedClustersOperations operations, string resourceGroupName, string resourceName, System.Collections.Generic.IDictionary<string,string> tags = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateTagsAsync : Microsoft.Azure.Management.ContainerService.Fluent.IOpenShiftManagedClustersOperations * string * string * System.Collections.Generic.IDictionary<string, string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.OpenShiftManagedClusterInner>
<Extension()>
Public Function UpdateTagsAsync (operations As IOpenShiftManagedClustersOperations, resourceGroupName As String, resourceName As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OpenShiftManagedClusterInner)

Paramètres

operations
IOpenShiftManagedClustersOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

resourceName
String

Nom de la ressource de cluster managé OpenShift.

tags
IDictionary<String,String>

Balises de ressource.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Mises à jour un cluster managé OpenShift avec les balises spécifiées.

S’applique à