Поделиться через


BatchAccountOperationsExtensions.ListByResourceGroup Метод

Определение

Возвращает сведения об учетных записях пакетной службы, связанных с указанной группой ресурсов.

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)

Параметры

operations
IBatchAccountOperations

Группа операций для этого метода расширения.

resourceGroupName
String

Имя группы ресурсов, содержащей учетную запись пакетной службы.

Возвращаемое значение

Применяется к