PlannerModelFactory.ListTasksResponse Method

Definition

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

nextLink
String

Returns

Applies to