IFunctionEnvelopeProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FunctionEnvelopePropertiesTypeConverter))]
public interface IFunctionEnvelopeProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.FunctionEnvelopePropertiesTypeConverter))>]
type IFunctionEnvelopeProperties = interface
interface IJsonSerializable
Public Interface IFunctionEnvelopeProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Config |
Config information. |
ConfigHref |
Config URI. |
File |
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |