Share via


FunctionEnvelopeProperties Class

Definition

FunctionEnvelope resource specific properties

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

Constructors

FunctionEnvelopeProperties()

Creates an new FunctionEnvelopeProperties instance.

Properties

Config

Config information.

ConfigHref

Config URI.

File

File list.

FunctionAppId

Function App ID.

Href

Function URI.

InvokeUrlTemplate

The invocation URL

IsDisabled

Gets or sets a value indicating whether the function is disabled

Language

The function language

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionEnvelopeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionEnvelopeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IFunctionEnvelopeProperties.

FromJsonString(String)

Creates a new instance of FunctionEnvelopeProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionEnvelopeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to