FunctionEnvelope interface 
Function information.
- Extends
 
Properties
| config | Config information.  | 
| config | 
	Config URI.  | 
| files | File list.  | 
| function | 
	Function App ID.  | 
| href | Function URI.  | 
| invoke | 
	The invocation URL  | 
| is | 
	Gets or sets a value indicating whether the function is disabled  | 
| language | The function language  | 
| script | 
	Script URI.  | 
| script | 
	Script root path URI.  | 
| secrets | 
	Secrets file URI.  | 
| test | 
	Test data used when testing via the Azure Portal.  | 
| test | 
	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
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