Freigeben über


ActivityRunsQueryResponse Konstruktoren

Definition

Überlädt

ActivityRunsQueryResponse()

Initialisiert eine neue instance der ActivityRunsQueryResponse-Klasse.

ActivityRunsQueryResponse(IList<ActivityRun>, String)

Initialisiert eine neue instance der ActivityRunsQueryResponse-Klasse.

ActivityRunsQueryResponse()

Initialisiert eine neue instance der ActivityRunsQueryResponse-Klasse.

public ActivityRunsQueryResponse ();
Public Sub New ()

Gilt für:

ActivityRunsQueryResponse(IList<ActivityRun>, String)

Initialisiert eine neue instance der ActivityRunsQueryResponse-Klasse.

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)

Parameter

value
IList<ActivityRun>

Liste der Aktivitätsausführungen.

continuationToken
String

Das Fortsetzungstoken zum Abrufen der nächsten Ergebnisseite, falls noch ergebnisse vorhanden sind, andernfalls NULL.

Gilt für: