Freigeben über


AppPlatformDeploymentCollection.GetAllAsync Methode

Definition

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einer App.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments
  • Vorgang IdDeployments_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource> GetAllAsync (System.Collections.Generic.IEnumerable<string> version = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : seq<string> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
override this.GetAllAsync : seq<string> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
Public Overridable Function GetAllAsync (Optional version As IEnumerable(Of String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformDeploymentResource)

Parameter

version
IEnumerable<String>

Version der bereitstellungen, die aufgelistet werden sollen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: