Freigeben über


BatchApplicationResource.Update Methode

Definition

Updates Einstellungen für die angegebene Anwendung.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • Vorgang IdApplication_Update
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource> Update (Azure.ResourceManager.Batch.BatchApplicationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Batch.BatchApplicationData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource>
override this.Update : Azure.ResourceManager.Batch.BatchApplicationData * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource>
Public Overridable Function Update (data As BatchApplicationData, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchApplicationResource)

Parameter

data
BatchApplicationData

Die Parameter für die Anforderung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

data ist NULL.

Gilt für: