Freigeben über


FunctionEnvelope Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopeTypeConverter))]
public class FunctionEnvelope : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IFunctionEnvelope, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.FunctionEnvelopeTypeConverter))>]
type FunctionEnvelope = class
    interface IFunctionEnvelope
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class FunctionEnvelope
Implements IFunctionEnvelope, IValidates
Inheritance
FunctionEnvelope
Attributes
Implements

Constructors

FunctionEnvelope()

Properties

Config
ConfigHref
File
FunctionAppId
Href
Id
InvokeUrlTemplate
IsDisabled
Kind
Language
Name
ScriptHref
ScriptRootPathHref
SecretsFileHref
TestData
TestDataHref
Type

Methods

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

Applies to