共用方式為


TriggerRunsQueryResponse Constructors

Definition

Overloads

TriggerRunsQueryResponse()

Initializes a new instance of the TriggerRunsQueryResponse class.

TriggerRunsQueryResponse(IList<TriggerRun>, String)

Initializes a new instance of the TriggerRunsQueryResponse class.

TriggerRunsQueryResponse()

Initializes a new instance of the TriggerRunsQueryResponse class.

public TriggerRunsQueryResponse ();
Public Sub New ()

Applies to

TriggerRunsQueryResponse(IList<TriggerRun>, String)

Initializes a new instance of the TriggerRunsQueryResponse class.

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

Parameters

value
IList<TriggerRun>

List of trigger runs.

continuationToken
String

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

Applies to