Compartir a través de


AppPlatformSupportedStackCollection.GetAllAsync(CancellationToken) Método

Definición

Obtenga todas las pilas admitidas.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks
  • IdBuildService_ListSupportedStacks de operaciones
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformSupportedStackResource)

Parámetros

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Colección asincrónica de AppPlatformSupportedStackResource que puede tomar varias solicitudes de servicio para iterar.

Se aplica a