Freigeben über


AppPlatformServiceResource.GetDeploymentsAsync Methode

Definition

Auflisten von Bereitstellungen für einen bestimmten Dienst

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/deployments
  • Vorgang IdDeployments_ListForCluster
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource> GetDeploymentsAsync (System.Collections.Generic.IEnumerable<string> version = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeploymentsAsync : seq<string> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
override this.GetDeploymentsAsync : seq<string> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
Public Overridable Function GetDeploymentsAsync (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: