FunctionEnvelopeProperties interface
FunctionEnvelope リソース固有のプロパティ
プロパティ
| config | 構成情報。 |
| config_href | 構成 URI。 |
| files | ファイルの一覧。 |
| function_app_id | 関数アプリ ID。 |
| href | 関数 URI。 |
| invoke_url_template | 呼び出し URL |
| is |
関数が無効かどうかを示す値を取得または設定します。 |
| language | 関数言語 |
| script_href | スクリプト URI。 |
| script_root_path_href | スクリプト ルート パス URI。 |
| secrets_file_href | シークレット ファイル URI。 |
| test_data | Azure Portal を使用してテストするときに使用されるテスト データ。 |
| test_data_href | テスト データ URI。 |
プロパティの詳細
config
構成情報。
config?: Record<string, unknown>
プロパティ値
Record<string, unknown>
config_href
構成 URI。
config_href?: string
プロパティ値
string
files
ファイルの一覧。
files?: Record<string, string>
プロパティ値
Record<string, string>
function_app_id
関数アプリ ID。
function_app_id?: string
プロパティ値
string
href
関数 URI。
href?: string
プロパティ値
string
invoke_url_template
呼び出し URL
invoke_url_template?: string
プロパティ値
string
isDisabled
関数が無効かどうかを示す値を取得または設定します。
isDisabled?: boolean
プロパティ値
boolean
language
関数言語
language?: string
プロパティ値
string
script_href
スクリプト URI。
script_href?: string
プロパティ値
string
script_root_path_href
スクリプト ルート パス URI。
script_root_path_href?: string
プロパティ値
string
secrets_file_href
シークレット ファイル URI。
secrets_file_href?: string
プロパティ値
string
test_data
Azure Portal を使用してテストするときに使用されるテスト データ。
test_data?: string
プロパティ値
string
test_data_href
テスト データ URI。
test_data_href?: string
プロパティ値
string