Freigeben über


BatchAccountResource.Update(BatchAccountPatch, CancellationToken) Methode

Definition

Updates die Eigenschaften eines vorhandenen Batch-Kontos.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • Vorgangs-IdBatchAccount_Update
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchAccountResource> Update (Azure.ResourceManager.Batch.Models.BatchAccountPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Batch.Models.BatchAccountPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchAccountResource>
override this.Update : Azure.ResourceManager.Batch.Models.BatchAccountPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchAccountResource>
Public Overridable Function Update (patch As BatchAccountPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchAccountResource)

Parameter

patch
BatchAccountPatch

Zusätzliche Parameter für die Kontoaktualisierung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

patch ist NULL.

Gilt für: