PlannerClient.CreateBucketAsync(CreateBucketInput, 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.
Create a bucket
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.CreateBucketResponse> CreateBucketAsync(Azure.Connectors.Sdk.Planner.Models.CreateBucketInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateBucketAsync : Azure.Connectors.Sdk.Planner.Models.CreateBucketInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.CreateBucketResponse>
override this.CreateBucketAsync : Azure.Connectors.Sdk.Planner.Models.CreateBucketInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.CreateBucketResponse>
Public Overridable Function CreateBucketAsync (input As CreateBucketInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateBucketResponse)
Parameters
- input
- CreateBucketInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create a bucket response.
Remarks
Create a bucket in Planner for the specified plan and group.