Freigeben über


IFunctionEnvelopeProperties Interface

Definition

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

Properties

Config
ConfigHref
File
FunctionAppId
Href
InvokeUrlTemplate
IsDisabled
Language
ScriptHref
ScriptRootPathHref
SecretsFileHref
TestData
TestDataHref

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to