Compartilhar via


ManagedClustersOperationsExtensions.Update Método

Definição

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

public static Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster Update (this Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations operations, string resourceGroupName, string clusterName, System.Collections.Generic.IDictionary<string,string> tags = default);
static member Update : Microsoft.Azure.Management.ServiceFabricManagedClusters.IManagedClustersOperations * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ManagedCluster
<Extension()>
Public Function Update (operations As IManagedClustersOperations, resourceGroupName As String, clusterName As String, Optional tags As IDictionary(Of String, String) = Nothing) As 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

Retornos

Comentários

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

Aplica-se a