Freigeben über


ArmDeploymentScriptCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet Bereitstellungsskripts auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentScripts
  • Vorgangs-IdDeploymentScripts_ListByResourceGroup
public virtual Azure.AsyncPageable<Azure.ResourceManager.Resources.ArmDeploymentScriptResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.ArmDeploymentScriptResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Resources.ArmDeploymentScriptResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ArmDeploymentScriptResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ArmDeploymentScriptResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: