Azure Functions

Get function

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Retrieve information about a specified Azure function.

Inputs

Champ

Type

Description

functionName [required]

string

resourceGroupName [required]

string

subscriptionId [required]

string

siteName [required]

string

Outputs

Expand All

Champ

Type

Description

function [required]

object

Function information.

id

string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

name

string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

kind

string

Kind of resource.

type

string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

functionAppId

string

Function App ID.

scriptRootPathHref

string

Script root path URI.

scriptHref

string

Script URI.

configHref

string

Config URI.

testDataHref

string

Test data URI.

secretsFileHref

string

Secrets file URI.

href

string

Function URI.

config

object

Config information.

files

object

File list.

testData

string

Test data used when testing via the Azure Portal.

invokeUrlTemplate

string

The invocation URL

language

string

The function language

isDisabled

boolean

Gets or sets a value indicating whether the function is disabled