Freigeben über


DataFactoryResource.GetDataFlowDebugSessions(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.Pageable<Azure.ResourceManager.DataFactory.Models.DataFlowDebugSessionInfo> GetDataFlowDebugSessions (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataFlowDebugSessions : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataFactory.Models.DataFlowDebugSessionInfo>
override this.GetDataFlowDebugSessions : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DataFactory.Models.DataFlowDebugSessionInfo>
Public Overridable Function GetDataFlowDebugSessions (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DataFlowDebugSessionInfo)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der DataFlowDebugSessionInfo möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: