Bagikan melalui


FactoriesOperationsExtensions.ListAsync Method

Definition

Lists factories under the specified subscription.

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

Parameters

operations
IFactoriesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to