FunctionEnvelopeProperties interface
Vlastnosti specifické pro prostředek FunctionEnvelope
Vlastnosti
| config | Informace o konfiguraci |
| config_href | Identifikátor URI konfigurace |
| files | Seznam souborů |
| function_app_id | ID aplikace funkcí |
| href | Identifikátor URI funkce |
| invoke_url_template | Adresa URL vyvolání |
| is |
Získá nebo nastaví hodnotu určující, zda je funkce zakázaná. |
| language | Jazyk funkce |
| script_href | Identifikátor URI skriptu. |
| script_root_path_href | Identifikátor URI kořenové cesty skriptu |
| secrets_file_href | Identifikátor URI souboru tajných kódů. |
| test_data | Testovací data použitá při testování prostřednictvím webu Azure Portal. |
| test_data_href | Otestujte identifikátor URI dat. |
Podrobnosti vlastnosti
config
Informace o konfiguraci
config?: Record<string, unknown>
Hodnota vlastnosti
Record<string, unknown>
config_href
Identifikátor URI konfigurace
config_href?: string
Hodnota vlastnosti
string
files
Seznam souborů
files?: Record<string, string>
Hodnota vlastnosti
Record<string, string>
function_app_id
ID aplikace funkcí
function_app_id?: string
Hodnota vlastnosti
string
href
Identifikátor URI funkce
href?: string
Hodnota vlastnosti
string
invoke_url_template
Adresa URL vyvolání
invoke_url_template?: string
Hodnota vlastnosti
string
isDisabled
Získá nebo nastaví hodnotu určující, zda je funkce zakázaná.
isDisabled?: boolean
Hodnota vlastnosti
boolean
language
Jazyk funkce
language?: string
Hodnota vlastnosti
string
script_href
Identifikátor URI skriptu.
script_href?: string
Hodnota vlastnosti
string
script_root_path_href
Identifikátor URI kořenové cesty skriptu
script_root_path_href?: string
Hodnota vlastnosti
string
secrets_file_href
Identifikátor URI souboru tajných kódů.
secrets_file_href?: string
Hodnota vlastnosti
string
test_data
Testovací data použitá při testování prostřednictvím webu Azure Portal.
test_data?: string
Hodnota vlastnosti
string
test_data_href
Otestujte identifikátor URI dat.
test_data_href?: string
Hodnota vlastnosti
string