PlannerModelFactory.GetTaskResponse 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.
public static Azure.Connectors.Sdk.Planner.Models.GetTaskResponse GetTaskResponse(System.Text.Json.JsonElement? createdBy = default, string planId = default, string bucketId = default, string title = default, int? percentComplete = default, DateTime? startDateTime = default, DateTime? createdDateTime = default, DateTime? dueDateTime = default, bool? hasDescription = default, DateTime? completedDateTime = default, int? referenceCount = default, string id = default, Azure.Connectors.Sdk.Planner.Models.AppliedCategories appliedCategories = default, System.Collections.Generic.List<System.Text.Json.JsonElement?> assignments = default);
static member GetTaskResponse : Nullable<System.Text.Json.JsonElement> * string * string * string * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * Nullable<DateTime> * Nullable<int> * string * Azure.Connectors.Sdk.Planner.Models.AppliedCategories * System.Collections.Generic.List<Nullable<System.Text.Json.JsonElement>> -> Azure.Connectors.Sdk.Planner.Models.GetTaskResponse
Public Shared Function GetTaskResponse (Optional createdBy As Nullable(Of JsonElement) = Nothing, Optional planId As String = Nothing, Optional bucketId As String = Nothing, Optional title As String = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional startDateTime As Nullable(Of DateTime) = Nothing, Optional createdDateTime As Nullable(Of DateTime) = Nothing, Optional dueDateTime As Nullable(Of DateTime) = Nothing, Optional hasDescription As Nullable(Of Boolean) = Nothing, Optional completedDateTime As Nullable(Of DateTime) = Nothing, Optional referenceCount As Nullable(Of Integer) = Nothing, Optional id As String = Nothing, Optional appliedCategories As AppliedCategories = Nothing, Optional assignments As List(Of Nullable(Of JsonElement)) = Nothing) As GetTaskResponse
Parameters
- createdBy
- Nullable<JsonElement>
- planId
- String
- bucketId
- String
- title
- String
- id
- String
- appliedCategories
- AppliedCategories
- assignments
- List<Nullable<JsonElement>>