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

FunctionEnvelope 类

定义

函数信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class FunctionEnvelope : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FunctionEnvelope = class
    inherit ProxyOnlyResource
Public Class FunctionEnvelope
Inherits ProxyOnlyResource
继承
FunctionEnvelope
属性

构造函数

FunctionEnvelope()

初始化 FunctionEnvelope 类的新实例。

FunctionEnvelope(String, String, String, String, String, String, String, String, String, String, String, Object, IDictionary<String, String>, String, String, String, Nullable<Boolean>)

初始化 FunctionEnvelope 类的新实例。

属性

Config

获取或设置配置信息。

ConfigHref

获取或设置配置 URI。

Files

获取或设置文件列表。

FunctionAppId

获取或设置函数应用 ID。

Href

获取或设置函数 URI。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
InvokeUrlTemplate

获取或设置调用 URL

IsDisabled

获取或设置一个值,该值指示是否禁用函数

Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
Language

获取或设置函数语言

Name

获取资源名称。

(继承自 ProxyOnlyResource)
ScriptHref

获取或设置脚本 URI。

ScriptRootPathHref

获取或设置脚本根路径 URI。

SecretsFileHref

获取或设置机密文件 URI。

TestData

获取或设置通过 Azure 门户进行测试时使用的测试数据。

TestDataHref

获取或设置测试数据 URI。

Type

获取资源类型。

(继承自 ProxyOnlyResource)

适用于