IFunctionEnvelope Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopeTypeConverter))]
public interface IFunctionEnvelope : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopeTypeConverter))>]
type IFunctionEnvelope = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface IFunctionEnvelope
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

Config
ConfigHref
File
FunctionAppId
Href
Id (Inherited from IProxyOnlyResource)
InvokeUrlTemplate
IsDisabled
Kind (Inherited from IProxyOnlyResource)
Language
Name (Inherited from IProxyOnlyResource)
ScriptHref
ScriptRootPathHref
SecretsFileHref
TestData
TestDataHref
Type (Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to