PlannerClient.ListBucketsAsync(String, 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.
List buckets
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.ListBucketsResponse> ListBucketsAsync(string planId, string groupId, System.Threading.CancellationToken cancellationToken = default);
abstract member ListBucketsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.ListBucketsResponse>
override this.ListBucketsAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Planner.Models.ListBucketsResponse>
Public Overridable Function ListBucketsAsync (planId As String, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ListBucketsResponse)
Parameters
- planId
- String
Plan Id
- groupId
- String
Group Id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List buckets response.
Remarks
List the buckets in a plan.