Sdílet prostřednictvím


BatchAccountOperationsExtensions.ListByResourceGroup Metoda

Definice

Získá informace o účtech Batch přidružených k zadané skupině prostředků.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.BatchAccount> ListByResourceGroup (this Microsoft.Azure.Management.Batch.IBatchAccountOperations operations, string resourceGroupName);
static member ListByResourceGroup : Microsoft.Azure.Management.Batch.IBatchAccountOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.BatchAccount>
<Extension()>
Public Function ListByResourceGroup (operations As IBatchAccountOperations, resourceGroupName As String) As IPage(Of BatchAccount)

Parametry

operations
IBatchAccountOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků, která obsahuje účet Batch.

Návraty

Platí pro