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


BatchAccountOperationsExtensions.ListByResourceGroupAsync Метод

Определение

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

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))

Параметры

operations
IBatchAccountOperations

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

resourceGroupName
String

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

cancellationToken
CancellationToken

Токен отмены.

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

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