Megosztás a következőn keresztül:


BatchAccountOperationsExtensions.ListByResourceGroupAsync Metódus

Definíció

Információt kap a megadott erőforráscsoporthoz társított Batch-fiókokról.

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éterek

operations
IBatchAccountOperations

A bővítménymetódus műveleti csoportja.

resourceGroupName
String

A Batch-fiókot tartalmazó erőforráscsoport neve.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: