次の方法で共有


ProviderOperationsExtensions.GetFunctionAppStacksForLocation メソッド

定義

使用可能な関数アプリ フレームワークと場所のバージョンを取得する

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack> GetFunctionAppStacksForLocation(this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string location, string stackOsType = default);
static member GetFunctionAppStacksForLocation : Microsoft.Azure.Management.WebSites.IProviderOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>
<Extension()>
Public Function GetFunctionAppStacksForLocation (operations As IProviderOperations, location As String, Optional stackOsType As String = Nothing) As IPage(Of FunctionAppStack)

パラメーター

operations
IProviderOperations

この拡張メソッドの操作グループ。

location
String

関数アプリのスタックの場所。

stackOsType
String

スタック OS の種類。 使用できる値は、'Windows'、'Linux'、'All' です。

戻り値

注釈

使用可能な関数アプリ フレームワークの取得と場所のバージョンに関する説明

適用対象