Freigeben über


DataFactoryResource.GetDataFlowDebugSessionsAsync(CancellationToken) Methode

Definition

Abfragen aller aktiven Datenflussdebugsitzungen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/queryDataFlowDebugSessions
  • Vorgang IdDataFlowDebugSession_QueryByFactory
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataFactory.Models.DataFlowDebugSessionInfo> GetDataFlowDebugSessionsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataFlowDebugSessionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataFactory.Models.DataFlowDebugSessionInfo>
override this.GetDataFlowDebugSessionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataFactory.Models.DataFlowDebugSessionInfo>
Public Overridable Function GetDataFlowDebugSessionsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataFlowDebugSessionInfo)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der DataFlowDebugSessionInfo mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: