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

IFunctionEnvelope Interface

Definition

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

Properties

Config

Config information.

ConfigHref

Config URI.

File

File list.

FunctionAppId

Function App ID.

Href

Function URI.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
InvokeUrlTemplate

The invocation URL

IsDisabled

Gets or sets a value indicating whether the function is disabled

Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
Language

The function language

Name

Resource Name.

(Inherited from IProxyOnlyResource)
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.

(Inherited from IProxyOnlyResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to