Freigeben über


BatchApplicationResource.Get(CancellationToken) Methode

Definition

Ruft Informationen zur angegebenen Anwendung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}
  • Vorgangs-IdApplication_Get
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchApplicationResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchApplicationResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: