IFunctionEnvelope 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.Functions.Models.Api20231201.FunctionEnvelopeTypeConverter))]
public interface IFunctionEnvelope : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionEnvelopeTypeConverter))>]
type IFunctionEnvelope = interface
interface IJsonSerializable
interface IProxyOnlyResource
Public Interface IFunctionEnvelope
Implements IProxyOnlyResource
- Derived
- Attributes
- Implements
Properties
Config |
Config information. |
ConfigHref |
Config URI. |
File |
File list. |
FunctionAppId |
Function App ID. |
Href |
Function URI. |
Id |
Resource Id. (Inherited from IProxyOnlyResource) |
InvokeUrlTemplate |
The invocation URL |
IsDisabled |
Gets or sets a value indicating whether the function is disabled |
Kind |
Kind of resource. (Inherited from IProxyOnlyResource) |
Language |
The function language |
Name |
Resource Name. (Inherited from IProxyOnlyResource) |
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. |
Type |
Resource type. (Inherited from IProxyOnlyResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |