Compartir a través de


ManagedClustersOperationsExtensions.Update Método

Definición

Novedades las etiquetas de un recurso de clúster administrado de 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

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

clusterName
String

El nombre del recurso de clúster.

tags
IDictionary<String,String>

Parámetros de actualización del clúster administrado

Devoluciones

Comentarios

Actualice las etiquetas de un recurso de clúster administrado de Service Fabric con el nombre especificado.

Se aplica a