次の方法で共有


AppPlatformExtensions.GetRuntimeVersions メソッド

定義

Microsoft.AppPlatform プロバイダーでサポートされているすべての使用可能なランタイム バージョンが一覧表示されます。

  • 要求パス/プロバイダー/Microsoft.AppPlatform/runtimeVersions
  • 操作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)

パラメーター

tenantResource
TenantResource

TenantResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の AppPlatformSupportedRuntimeVersion サービス要求を受け取る可能性がある のコレクション。

適用対象