Compartir a través de


FunctionEnvelope interface

Function information.

Extends

Properties

config

Config information.

configHref

Config URI.

files

File list.

functionAppId

Function App ID.

href

Function URI.

invokeUrlTemplate

The invocation URL

isDisabled

Gets or sets a value indicating whether the function is disabled

language

The function language

scriptHref

Script URI.

scriptRootPathHref

Script root path URI.

secretsFileHref

Secrets file URI.

testData

Test data used when testing via the Azure Portal.

testDataHref

Test data URI.

Inherited Properties

id

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

kind

Kind of resource.

name

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

type

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

Property Details

config

Config information.

config?: Record<string, unknown>

Property Value

Record<string, unknown>

configHref

Config URI.

configHref?: string

Property Value

string

files

File list.

files?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

functionAppId

Function App ID.

functionAppId?: string

Property Value

string

href

Function URI.

href?: string

Property Value

string

invokeUrlTemplate

The invocation URL

invokeUrlTemplate?: string

Property Value

string

isDisabled

Gets or sets a value indicating whether the function is disabled

isDisabled?: boolean

Property Value

boolean

language

The function language

language?: string

Property Value

string

scriptHref

Script URI.

scriptHref?: string

Property Value

string

scriptRootPathHref

Script root path URI.

scriptRootPathHref?: string

Property Value

string

secretsFileHref

Secrets file URI.

secretsFileHref?: string

Property Value

string

testData

Test data used when testing via the Azure Portal.

testData?: string

Property Value

string

testDataHref

Test data URI.

testDataHref?: string

Property Value

string

Inherited Property Details

id

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

id?: string

Property Value

string

Inherited From ProxyOnlyResource.id

kind

Kind of resource.

kind?: string

Property Value

string

Inherited From ProxyOnlyResource.kind

name

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

name?: string

Property Value

string

Inherited From ProxyOnlyResource.name

type

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

type?: string

Property Value

string

Inherited From ProxyOnlyResource.type