Freigeben über


StepResourceCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet die Schritte in einer Ressourcengruppe auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeploymentManager/steps
  • Vorgang IdSteps_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.DeploymentManager.StepResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DeploymentManager.StepResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DeploymentManager.StepResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StepResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der StepResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: