Share via


ControllerCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all the Azure Dev Spaces Controllers with their properties in the specified resource group and subscription.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevSpaces/controllers
  • Operation Id: Controllers_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.DevSpaces.ControllerResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevSpaces.ControllerResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DevSpaces.ControllerResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ControllerResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ControllerResource that may take multiple service requests to iterate over.

Applies to