AppPlatformExtensions.GetRuntimeVersionsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Microsoft.AppPlatform プロバイダーでサポートされているすべての使用可能なランタイム バージョンが一覧表示されます。
- 要求パス/プロバイダー/Microsoft.AppPlatform/runtimeVersions
- 操作IdRuntimeVersions_ListRuntimeVersions
public static Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeVersion> GetRuntimeVersionsAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetRuntimeVersionsAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppPlatform.Models.AppPlatformSupportedRuntimeVersion>
<Extension()>
Public Function GetRuntimeVersionsAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppPlatformSupportedRuntimeVersion)
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行されるインスタンス。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の AppPlatformSupportedRuntimeVersion サービス要求を受け取る可能性がある の非同期コレクション。