Partager via


BatchAccountResource.Update(BatchAccountPatch, CancellationToken) Méthode

Définition

Mises à jour les propriétés d’un compte Batch existant.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • IdBatchAccount_Update d’opération
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)

Paramètres

patch
BatchAccountPatch

Paramètres supplémentaires pour la mise à jour du compte.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

patch a la valeur null.

S’applique à