Freigeben über


GraphServicesAccountResource.UpdateAsync Methode

Definition

Aktualisieren sie Kontodetails.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.GraphServices/accounts/{resourceName}
  • Vorgangs-IdAccounts_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.GraphServices.GraphServicesAccountResource>> UpdateAsync (Azure.ResourceManager.GraphServices.Models.GraphServicesAccountResourcePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.GraphServices.Models.GraphServicesAccountResourcePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.GraphServices.GraphServicesAccountResource>>
override this.UpdateAsync : Azure.ResourceManager.GraphServices.Models.GraphServicesAccountResourcePatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.GraphServices.GraphServicesAccountResource>>
Public Overridable Function UpdateAsync (patch As GraphServicesAccountResourcePatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GraphServicesAccountResource))

Parameter

patch
GraphServicesAccountResourcePatch

Kontopatchdetails.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: