你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionEnvelope Class

Definition

Function information.

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

Constructors

FunctionEnvelope()

Creates an new FunctionEnvelope instance.

Properties

Config

Config information.

ConfigHref

Config URI.

File

File list.

FunctionAppId

Function App ID.

Href

Function URI.

Id

Resource Id.

InvokeUrlTemplate

The invocation URL

IsDisabled

Gets or sets a value indicating whether the function is disabled

Kind

Kind of resource.

Language

The function language

Name

Resource Name.

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.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionEnvelope.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionEnvelope.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionEnvelope into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to