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