Share via


FunctionEnvelopeProperties Class

Definition

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

Constructors

FunctionEnvelopeProperties()

Properties

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

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to