FunctionEnvelope クラス
関数情報。
変数はサーバーによってのみ設定され、要求の送信時には無視されます。
- 継承
-
azure.mgmt.web.v2020_06_01.models._models_py3.ProxyOnlyResourceFunctionEnvelope
コンストラクター
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
|
リソースの種類。 |
function_app_id
|
関数アプリ ID。 |
script_root_path_href
|
スクリプト ルート パス URI。 |
script_href
|
スクリプト URI。 |
config_href
|
構成 URI。 |
test_data_href
|
データ URI をテストします。 |
secrets_file_href
|
シークレット ファイル URI。 |
href
|
関数 URI。 |
config
|
<xref:JSON>
構成情報。 |
files
|
ファイルの一覧。 |
test_data
|
Azure Portal を使用してテストするときに使用されるテスト データ。 |
invoke_url_template
|
呼び出し URL。 |
language
|
関数言語。 |
is_disabled
|
関数が無効かどうかを示す値を取得または設定します。 |
変数
名前 | 説明 |
---|---|
id
|
リソース ID。 |
name
|
リソース名。 |
kind
|
リソースの種類。 |
type
|
リソースの種類。 |
function_app_id
|
関数アプリ ID。 |
script_root_path_href
|
スクリプト ルート パス URI。 |
script_href
|
スクリプト URI。 |
config_href
|
構成 URI。 |
test_data_href
|
データ URI をテストします。 |
secrets_file_href
|
シークレット ファイル URI。 |
href
|
関数 URI。 |
config
|
<xref:JSON>
構成情報。 |
files
|
ファイルの一覧。 |
test_data
|
Azure Portal を使用してテストするときに使用されるテスト データ。 |
invoke_url_template
|
呼び出し URL。 |
language
|
関数言語。 |
is_disabled
|
関数が無効かどうかを示す値を取得または設定します。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python