MockableAppServiceTenantResource.GetAvailableStacksProviders Method

Definition

Description for Get available application frameworks and their versions

  • Request Path: /providers/Microsoft.Web/availableStacks
  • Operation Id: Provider_GetAvailableStacks
  • Default Api Version: 2023-12-01
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksProviders (Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected? osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAvailableStacksProviders : Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource>
override this.GetAvailableStacksProviders : Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource>
Public Overridable Function GetAvailableStacksProviders (Optional osTypeSelected As Nullable(Of ProviderOSTypeSelected) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationStackResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to