PlannerModelFactory.GetTaskDetailsResponse 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 GetTaskDetailsResponse(String, String, List<Nullable<JsonElement>>, List<Nullable<JsonElement>>).
public static Azure.Connectors.Sdk.Planner.Models.GetTaskDetailsResponse GetTaskDetailsResponse(string description = default, string id = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> references = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> checklist = default);
static member GetTaskDetailsResponse : string * string * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.Planner.Models.GetTaskDetailsResponse
Public Shared Function GetTaskDetailsResponse (Optional description As String = Nothing, Optional id As String = Nothing, Optional references As List(Of Nullable(Of JsonElement)) = Nothing, Optional checklist As List(Of Nullable(Of JsonElement)) = Nothing) As GetTaskDetailsResponse
Parameters
- description
- String
- id
- String
- references
- List<Nullable<JsonElement>>
- checklist
- List<Nullable<JsonElement>>