Partager via


BatchExtensions.GetBatchAccount Méthode

Définition

Obtient des informations sur le compte Batch spécifié.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}
  • IdBatchAccount_Get d’opération
public static Azure.Response<Azure.ResourceManager.Batch.BatchAccountResource> GetBatchAccount (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member GetBatchAccount : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchAccountResource>
<Extension()>
Public Function GetBatchAccount (resourceGroupResource As ResourceGroupResource, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchAccountResource)

Paramètres

resourceGroupResource
ResourceGroupResource

Instance ResourceGroupResource sur laquelle la méthode s’exécute.

accountName
String

Le nom du compte Batch.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

accountName est une chaîne vide et devait être non vide.

accountName a la valeur null.

S’applique à