Freigeben über


BatchAccountCollection.Get(String, CancellationToken) Methode

Definition

Ruft Informationen zum angegebenen Batch-Konto ab.

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

Parameter

accountName
String

Der Name des Batch-Kontos.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

accountName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

accountName ist NULL.

Gilt für: