共用方式為


DeploymentStackCollection.GetAll(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.Pageable<Azure.ResourceManager.Resources.DeploymentStackResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.DeploymentStackResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.DeploymentStackResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeploymentStackResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to