Sdílet prostřednictvím


DeploymentStackCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all the Deployment stacks within the specified scope.

  • Request Path: /{scope}/providers/Microsoft.Resources/deploymentStacks
  • Operation Id: DeploymentStacks_ListAtScope
  • Default Api Version: 2024-03-01
  • Resource: DeploymentStackResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.DeploymentStackResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.DeploymentStackResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.DeploymentStackResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeploymentStackResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to