你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataFactoryClient.GetDebugSessions(String, String) Method

Definition

public virtual System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo> GetDebugSessions (string resourceGroupName, string dataFactoryName);
abstract member GetDebugSessions : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo>
override this.GetDebugSessions : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.DataFactoryV2.Models.PSDataFlowDebugSessionInfo>
Public Overridable Function GetDebugSessions (resourceGroupName As String, dataFactoryName As String) As List(Of PSDataFlowDebugSessionInfo)

Parameters

resourceGroupName
String
dataFactoryName
String

Returns

Applies to