Partager via


BatchAccountOperationsExtensions.ListByResourceGroupAsync Méthode

Définition

Obtient des informations sur les comptes Batch associés au groupe de ressources spécifié.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.BatchAccount>> ListByResourceGroupAsync (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.BatchAccount>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IBatchAccountOperations, resourceGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BatchAccount))

Paramètres

operations
IBatchAccountOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le compte Batch.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à