PlannerModelFactory.ListTasksResponse Method
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.
Creates a new instance of ListTasksResponse(List<GetTaskResponse>, String).
public static Azure.Connectors.Sdk.Planner.Models.ListTasksResponse ListTasksResponse(System.Collections.Generic.List<Azure.Connectors.Sdk.Planner.Models.GetTaskResponse> value = default, string nextLink = default);
static member ListTasksResponse : System.Collections.Generic.List<Azure.Connectors.Sdk.Planner.Models.GetTaskResponse> * string -> Azure.Connectors.Sdk.Planner.Models.ListTasksResponse
Public Shared Function ListTasksResponse (Optional value As List(Of GetTaskResponse) = Nothing, Optional nextLink As String = Nothing) As ListTasksResponse
Parameters
- value
- List<GetTaskResponse>
- nextLink
- String