Delen via


AppPlatformSupportedStackCollection.GetAll(CancellationToken) Method

Definition

Get all supported stacks.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/buildServices/{buildServiceName}/supportedStacks
  • Operation Id: BuildService_ListSupportedStacks
  • Default Api Version: 2022-12-01
  • Resource: AppPlatformSupportedStackResource
public virtual Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.AppPlatformSupportedStackResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformSupportedStackResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AppPlatformSupportedStackResource that may take multiple service requests to iterate over.

Applies to