MockableAppServiceSubscriptionResource.GetAvailableStacksOnPremProvidersAsync Method

Definition

Description for Get available application frameworks and their versions

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to