Freigeben über


ServiceFabricManagedClusterResource.Update Methode

Definition

Aktualisieren Sie die Tags einer verwalteten Service Fabric-Clusterressource mit dem angegebenen Namen.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceFabric/managedClusters/{clusterName}
  • Vorgangs-IdManagedClusters_Update
public virtual Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource> Update (Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource>
override this.Update : Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedClusterPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ServiceFabricManagedClusters.ServiceFabricManagedClusterResource>
Public Overridable Function Update (patch As ServiceFabricManagedClusterPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceFabricManagedClusterResource)

Parameter

patch
ServiceFabricManagedClusterPatch

Die verwaltete Clusterressource hat Tags aktualisiert.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: