Udostępnij za pośrednictwem


ActivityRunsQueryResponse Constructors

Definition

Overloads

ActivityRunsQueryResponse()

Initializes a new instance of the ActivityRunsQueryResponse class.

ActivityRunsQueryResponse(IList<ActivityRun>, String)

Initializes a new instance of the ActivityRunsQueryResponse class.

ActivityRunsQueryResponse()

Initializes a new instance of the ActivityRunsQueryResponse class.

public ActivityRunsQueryResponse ();
Public Sub New ()

Applies to

ActivityRunsQueryResponse(IList<ActivityRun>, String)

Initializes a new instance of the ActivityRunsQueryResponse class.

public ActivityRunsQueryResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityRun> value, string continuationToken = default);
new Microsoft.Azure.Management.DataFactory.Models.ActivityRunsQueryResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityRun> * string -> Microsoft.Azure.Management.DataFactory.Models.ActivityRunsQueryResponse
Public Sub New (value As IList(Of ActivityRun), Optional continuationToken As String = Nothing)

Parameters

value
IList<ActivityRun>

List of activity runs.

continuationToken
String

The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

Applies to