Freigeben über


AppPlatformExtensions.GetRuntimeVersions Methode

Definition

Listet alle verfügbaren Laufzeitversionen auf, die vom Microsoft.AppPlatform-Anbieter unterstützt werden.

  • Anforderungspfad/providers/Microsoft.AppPlatform/runtimeVersions
  • Vorgangs-IdRuntimeVersions_ListRuntimeVersions
public static Azure.Pageable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeVersion> GetRuntimeVersions (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetRuntimeVersions : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeVersion>
<Extension()>
Public Function GetRuntimeVersions (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppPlatformSupportedRuntimeVersion)

Parameter

tenantResource
TenantResource

Der TenantResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AppPlatformSupportedRuntimeVersion , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: