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

IFunctionEnvelopeProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to