Freigeben über


AppPlatformServiceResource.GetDeployments 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.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource> GetDeployments (System.Collections.Generic.IEnumerable<string> version = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDeployments : seq<string> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
override this.GetDeployments : seq<string> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformDeploymentResource>
Public Overridable Function GetDeployments (Optional version As IEnumerable(Of String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformDeploymentResource)

Parameter

version
IEnumerable<String>

Version der bereitstellungen, die aufgelistet werden sollen.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der AppPlatformDeploymentResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: