ProviderOperationsExtensions.GetAvailableStacks メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
使用可能なアプリケーション フレームワークとそのバージョンを取得する
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ApplicationStackResource> GetAvailableStacks(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string osTypeSelected = default);
static member GetAvailableStacks : Microsoft.Azure.Management.WebSites.IProviderOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ApplicationStackResource>
<Extension()>
Public Function GetAvailableStacks (operations As IProviderOperations, Optional osTypeSelected As String = Nothing) As IPage(Of ApplicationStackResource)
パラメーター
- operations
- IProviderOperations
この拡張メソッドの操作グループ。
- osTypeSelected
- String
使用できる値は、'Windows'、'Linux'、'WindowsFunctions'、'LinuxFunctions'、'All' です。
戻り値
注釈
使用可能なアプリケーション フレームワークとそのバージョンの取得に関する説明
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET