Compartilhar via


ManagedClustersOperationsExtensions.UpdateAsync Método

Definição

Atualizações as marcas de um recurso de cluster gerenciado do Service Fabric.

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

Parâmetros

operations
IManagedClustersOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do recurso de cluster.

tags
IDictionary<String,String>

Parâmetros de atualização de cluster gerenciado

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Atualize as marcas de um recurso de cluster gerenciado do Service Fabric com o nome especificado.

Aplica-se a