DataFlowDebugSessionOperationsExtensions.QueryByFactoryAsync Méthode

Définition

Interroger toutes les sessions de débogage de flux de données actives.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionInfo>> QueryByFactoryAsync (this Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations operations, string resourceGroupName, string factoryName, System.Threading.CancellationToken cancellationToken = default);
static member QueryByFactoryAsync : Microsoft.Azure.Management.DataFactory.IDataFlowDebugSessionOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.DataFlowDebugSessionInfo>>
<Extension()>
Public Function QueryByFactoryAsync (operations As IDataFlowDebugSessionOperations, resourceGroupName As String, factoryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DataFlowDebugSessionInfo))

Paramètres

operations
IDataFlowDebugSessionOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

factoryName
String

Nom de la fabrique.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à