Azure Functions

List functions

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.

List Azure functions.

Inputs

Champ

Type

Description

resourceGroupName [required]

string

subscriptionId [required]

string

siteName [required]

string

limit

number

The maximum number of queues to return. Defaults to 1000.

default: 1000

Outputs

Expand All

Champ

Type

Description

functions [required]

[object]

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