Web Apps - List Functions
Beskrivning för Visa en lista över funktioner för en webbplats eller ett distributionsfack.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions?api-version=2025-03-01
URI-parametrar
| Name | I | Obligatorisk | Typ | Description |
|---|---|---|---|---|
|
name
|
path | True |
string |
Webbplatsnamn. |
|
resource
|
path | True |
string minLength: 1maxLength: 90 pattern: ^[-\w\._\(\)]+[^\.]$ |
Namnet på resursgruppen som resursen tillhör. |
|
subscription
|
path | True |
string |
ditt prenumerations-ID för Azure Det här är en GUID-formaterad sträng (t.ex. 00000000-0000-0000-0000-000000000000). |
|
api-version
|
query | True |
string |
API-version |
Svar
| Name | Typ | Description |
|---|---|---|
| 200 OK |
Funktionsinformation returneras. |
|
| 404 Not Found |
Funktionen med ID:t {functionName} körs inte. |
|
| Other Status Codes |
App Service-felsvar. |
Säkerhet
azure_auth
Azure Active Directory OAuth2-flöde
Typ:
oauth2
Flow:
implicit
Auktoriseringswebbadress:
https://login.microsoftonline.com/common/oauth2/authorize
Omfattningar
| Name | Description |
|---|---|
| user_impersonation | personifiera ditt användarkonto |
Definitioner
| Name | Description |
|---|---|
|
Default |
App Service-felsvar. |
| Details | |
| Error |
Felmodell. |
|
Function |
Information om funktioner. |
|
Function |
Samling av informationselement för Kudu-funktionen. |
DefaultErrorResponse
App Service-felsvar.
| Name | Typ | Description |
|---|---|---|
| error |
Felmodell. |
Details
| Name | Typ | Description |
|---|---|---|
| code |
string |
Standardiserad sträng för att programmatiskt identifiera felet. |
| message |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
| target |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
Error
Felmodell.
| Name | Typ | Description |
|---|---|---|
| code |
string |
Standardiserad sträng för att programmatiskt identifiera felet. |
| details |
Details[] |
Detaljerade fel. |
| innererror |
string |
Mer information för att felsöka fel. |
| message |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
| target |
string |
Detaljerad felbeskrivning och felsökningsinformation. |
FunctionEnvelope
Information om funktioner.
| Name | Typ | Description |
|---|---|---|
| id |
string |
Resurs-ID. |
| kind |
string |
Typ av resurs. |
| name |
string |
Resurs namn. |
| properties.config |
object |
Konfigurationsinformation. |
| properties.config_href |
string |
Konfigurera URI. |
| properties.files |
object |
Fillista. |
| properties.function_app_id |
string |
Funktionsapp-ID. |
| properties.href |
string |
Funktions-URI. |
| properties.invoke_url_template |
string |
Anrops-URL:en |
| properties.isDisabled |
boolean |
Hämtar eller anger ett värde som anger om funktionen är inaktiverad |
| properties.language |
string |
Funktionsspråket |
| properties.script_href |
string |
Skript-URI. |
| properties.script_root_path_href |
string |
Skriptrotsökvägs-URI. |
| properties.secrets_file_href |
string |
URI för hemlighetsfil. |
| properties.test_data |
string |
Testa data som används vid testning via Azure-portalen. |
| properties.test_data_href |
string |
Testa data-URI. |
| type |
string |
Resurstyp. |
FunctionEnvelopeCollection
Samling av informationselement för Kudu-funktionen.
| Name | Typ | Description |
|---|---|---|
| nextLink |
string |
Länka till nästa sida med resurser. |
| value |
Insamling av resurser. |