Partager via


BatchAccountOperationsExtensions.ListByResourceGroup Méthode

Définition

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

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)

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.

Retours

S’applique à