FunctionEnvelopePropertiesOutput interface
FunctionEnvelope kaynağına özgü özellikler
Özellikler
| config | Yapılandırma bilgileri. |
| config_href | Yapılandırma URI'sini seçin. |
| files | Dosya listesi. |
| function_app_id | İşlev Uygulaması Kimliği. |
| href | İşlev URI'si. |
| invoke_url_template | Çağırma URL'si |
| is |
İşlevin devre dışı bırakılıp bırakılmadığını belirten bir değer alır veya ayarlar |
| language | İşlev dili |
| script_href | Betik URI'si. |
| script_root_path_href | Betik kök yolu URI'si. |
| secrets_file_href | Gizli dizi dosyası URI'si. |
| test_data | Azure Portal aracılığıyla test ederken kullanılan test verileri. |
| test_data_href | Veri URI'lerini test edin. |
Özellik Ayrıntıları
config
Yapılandırma bilgileri.
config?: Record<string, unknown>
Özellik Değeri
Record<string, unknown>
config_href
Yapılandırma URI'sini seçin.
config_href?: string
Özellik Değeri
string
files
Dosya listesi.
files?: Record<string, string>
Özellik Değeri
Record<string, string>
function_app_id
İşlev Uygulaması Kimliği.
function_app_id?: string
Özellik Değeri
string
href
İşlev URI'si.
href?: string
Özellik Değeri
string
invoke_url_template
Çağırma URL'si
invoke_url_template?: string
Özellik Değeri
string
isDisabled
İşlevin devre dışı bırakılıp bırakılmadığını belirten bir değer alır veya ayarlar
isDisabled?: boolean
Özellik Değeri
boolean
language
İşlev dili
language?: string
Özellik Değeri
string
script_href
Betik URI'si.
script_href?: string
Özellik Değeri
string
script_root_path_href
Betik kök yolu URI'si.
script_root_path_href?: string
Özellik Değeri
string
secrets_file_href
Gizli dizi dosyası URI'si.
secrets_file_href?: string
Özellik Değeri
string
test_data
Azure Portal aracılığıyla test ederken kullanılan test verileri.
test_data?: string
Özellik Değeri
string
test_data_href
Veri URI'lerini test edin.
test_data_href?: string
Özellik Değeri
string