PipelineRunsQueryResponse 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
PipelineRunsQueryResponse() |
Initializes a new instance of the PipelineRunsQueryResponse class. |
PipelineRunsQueryResponse(IList<PipelineRun>, String) |
Initializes a new instance of the PipelineRunsQueryResponse class. |
PipelineRunsQueryResponse()
Initializes a new instance of the PipelineRunsQueryResponse class.
public PipelineRunsQueryResponse ();
Public Sub New ()
Applies to
PipelineRunsQueryResponse(IList<PipelineRun>, String)
Initializes a new instance of the PipelineRunsQueryResponse class.
public PipelineRunsQueryResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineRun> value, string continuationToken = default);
new Microsoft.Azure.Management.DataFactory.Models.PipelineRunsQueryResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PipelineRun> * string -> Microsoft.Azure.Management.DataFactory.Models.PipelineRunsQueryResponse
Public Sub New (value As IList(Of PipelineRun), Optional continuationToken As String = Nothing)
Parameters
- value
- IList<PipelineRun>
List of pipeline 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