PlannerClient.GetPlanDetailsAsync(String, CancellationToken) 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.
Get plan details
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetPlanDetailsResponse> GetPlanDetailsAsync(string planId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPlanDetailsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetPlanDetailsResponse>
override this.GetPlanDetailsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetPlanDetailsResponse>
Public Overridable Function GetPlanDetailsAsync (planId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetPlanDetailsResponse)
Parameters
- planId
- String
Plan Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get plan details response.
Remarks
Get plan details where the task belongs to