Freigeben über


AppServiceExtensions.GetAvailableStacksProvidersAsync Methode

Definition

Beschreibung für Verfügbare Anwendungsframeworks und deren Versionen abrufen

  • Anforderungspfad/providers/Microsoft.Web/availableStacks
  • Vorgang IdProvider_GetAvailableStacks
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected? osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableStacksProvidersAsync : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource>
<Extension()>
Public Function GetAvailableStacksProvidersAsync (tenantResource As TenantResource, Optional osTypeSelected As Nullable(Of ProviderOSTypeSelected) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationStackResource)

Parameter

tenantResource
TenantResource

Der TenantResource instance, für den die Methode ausgeführt wird.

osTypeSelected
Nullable<ProviderOSTypeSelected>

Der ProviderOSTypeSelected to use.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ApplicationStackResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: