ActivityRunsQueryResponse 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
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
Azure SDK for .NET