TriggerRunsQueryResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET