FunctionAppStack クラス

関数アプリ スタック。

変数はサーバーによってのみ設定され、要求の送信時には無視されます。

継承
azure.mgmt.web.v2023_01_01.models._models_py3.ProxyOnlyResource
FunctionAppStack

コンストラクター

FunctionAppStack(*, kind: str | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
kind
str

リソースの種類。

変数

名前 説明
id
str

リソース ID。

name
str

リソース名。

kind
str

リソースの種類。

type
str

リソースの種類。

location
str

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

display_text
str

関数アプリ スタック (表示のみ)。

value
str

関数アプリのスタック名。

major_versions

利用可能なメジャー バージョンの一覧。

preferred_os
str または StackPreferredOs

関数アプリ スタック優先 OS。 既知の値は、"Windows" と "Linux" です。