FunctionEnvelope クラス

関数情報。

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

継承
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
FunctionEnvelope

コンストラクター

FunctionEnvelope(*, kind: str | None = None, function_app_id: str | None = None, script_root_path_href: str | None = None, script_href: str | None = None, config_href: str | None = None, test_data_href: str | None = None, secrets_file_href: str | None = None, href: str | None = None, config: MutableMapping[str, Any] | None = None, files: Dict[str, str] | None = None, test_data: str | None = None, invoke_url_template: str | None = None, language: str | None = None, is_disabled: bool | None = None, **kwargs: Any)

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

名前 説明
kind
str

リソースの種類。

function_app_id
str

関数アプリ ID。

script_root_path_href
str

スクリプト のルート パス URI。

script_href
str

スクリプト URI。

config_href
str

構成 URI。

test_data_href
str

データ URI をテストします。

secrets_file_href
str

シークレット ファイル URI。

href
str

関数 URI。

config
<xref:JSON>

構成情報。

files

ファイルの一覧。

test_data
str

Azure Portal を使用してテストするときに使用されるデータをテストします。

invoke_url_template
str

呼び出し URL。

language
str

関数言語。

is_disabled

関数が無効かどうかを示す値を取得または設定します。

変数

名前 説明
id
str

リソース ID。

name
str

リソース名。

kind
str

リソースの種類。

type
str

リソースの種類。

function_app_id
str

関数アプリ ID。

script_root_path_href
str

スクリプト のルート パス URI。

script_href
str

スクリプト URI。

config_href
str

構成 URI。

test_data_href
str

データ URI をテストします。

secrets_file_href
str

シークレット ファイル URI。

href
str

関数 URI。

config
<xref:JSON>

構成情報。

files

ファイルの一覧。

test_data
str

Azure Portal を使用してテストするときに使用されるデータをテストします。

invoke_url_template
str

呼び出し URL。

language
str

関数言語。

is_disabled

関数が無効かどうかを示す値を取得または設定します。