PlannerClient.UnassignUsersAsync 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.
Remove assignees from a task
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetTaskResponse> UnassignUsersAsync(string taskId, Azure.Connectors.Sdk.Planner.Models.UnassignUsersInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member UnassignUsersAsync : string * Azure.Connectors.Sdk.Planner.Models.UnassignUsersInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetTaskResponse>
override this.UnassignUsersAsync : string * Azure.Connectors.Sdk.Planner.Models.UnassignUsersInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.GetTaskResponse>
Public Overridable Function UnassignUsersAsync (taskId As String, input As UnassignUsersInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetTaskResponse)
Parameters
- taskId
- String
Task Id
- input
- UnassignUsersInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Remove assignees from a task response.
Remarks
Remove assignees from an existing Planner task.