BatchAccountResource.GetBatchAccountPoolAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient des informations sur le pool spécifié.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools/{poolName}
- IdPool_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountPoolResource>> GetBatchAccountPoolAsync (string poolName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchAccountPoolAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountPoolResource>>
override this.GetBatchAccountPoolAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Batch.BatchAccountPoolResource>>
Public Overridable Function GetBatchAccountPoolAsync (poolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BatchAccountPoolResource))
Paramètres
- poolName
- String
Nom du pool. Il doit être unique au sein du compte.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
poolName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
poolName
a la valeur null.