Partager via


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