Delen via


Web Apps - List Instance Functions Slot

Beschrijving voor De functies voor een website of een implementatiesite weergeven.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions?api-version=2023-12-01

URI-parameters

Name In Vereist Type Description
name
path True

string

Sitenaam.

resourceGroupName
path True

string

Naam van de resourcegroep waartoe de resource behoort.

Regex-patroon: ^[-\w\._\(\)]+[^\.]$

slot
path True

string

Naam van de implementatiesite.

subscriptionId
path True

string

Uw Azure-abonnements-id. Dit is een tekenreeks met GUID-indeling (bijvoorbeeld 00000000-0000-0000-0000-000000000000).

api-version
query True

string

API-versie

Antwoorden

Name Type Description
200 OK

FunctionEnvelopeCollection

Functie-informatie geretourneerd.

404 Not Found

De functie met de id {functionName} wordt niet uitgevoerd.

Other Status Codes

DefaultErrorResponse

App Service foutreactie.

Beveiliging

azure_auth

Azure Active Directory OAuth2-stroom

Type: oauth2
Stroom: implicit
Autorisatie-URL: https://login.microsoftonline.com/common/oauth2/authorize

Bereiken

Name Description
user_impersonation uw gebruikersaccount imiteren

Definities

Name Description
DefaultErrorResponse

App Service foutreactie.

Details
Error

Foutmodel.

FunctionEnvelope

Functie-informatie.

FunctionEnvelopeCollection

Verzameling van Kudu-functie-informatie-elementen.

DefaultErrorResponse

App Service foutreactie.

Name Type Description
error

Error

Foutmodel.

Details

Name Type Description
code

string

Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren.

message

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

target

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

Error

Foutmodel.

Name Type Description
code

string

Gestandaardiseerde tekenreeks om de fout programmatisch te identificeren.

details

Details[]

Gedetailleerde fouten.

innererror

string

Meer informatie over foutopsporing.

message

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

target

string

Gedetailleerde foutbeschrijving en foutopsporingsinformatie.

FunctionEnvelope

Functie-informatie.

Name Type Description
id

string

Resource-id.

kind

string

Soort resource.

name

string

Resourcenaam.

properties.config

object

Configuratiegegevens.

properties.config_href

string

Configuratie-URI.

properties.files

object

Lijst met bestanden.

properties.function_app_id

string

Functie-app-id.

properties.href

string

Functie-URI.

properties.invoke_url_template

string

De aanroep-URL

properties.isDisabled

boolean

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of de functie is uitgeschakeld

properties.language

string

De functietaal

properties.script_href

string

Script-URI.

properties.script_root_path_href

string

URI van scripthoofdpad.

properties.secrets_file_href

string

URI van geheimenbestand.

properties.test_data

string

Testgegevens die worden gebruikt bij het testen via Azure Portal.

properties.test_data_href

string

Gegevens-URI testen.

type

string

Resourcetype.

FunctionEnvelopeCollection

Verzameling van Kudu-functie-informatie-elementen.

Name Type Description
nextLink

string

Koppeling naar de volgende pagina met resources.

value

FunctionEnvelope[]

Verzameling van resources.