OperationsExtensions.ListAsync(IOperations, CancellationToken) 메서드

정의

Microsoft.BatchAI 공급자에 사용할 수 있는 작업을 나열합니다.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Operation>> ListAsync (this Microsoft.Azure.Management.BatchAI.IOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.BatchAI.IOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Operation>>
<Extension()>
Public Function ListAsync (operations As IOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Operation))

매개 변수

operations
IOperations

이 확장 메서드에 대한 작업 그룹입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상