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

FunctionEnvelopeInner 类

定义

函数信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class FunctionEnvelopeInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FunctionEnvelopeInner = class
    inherit ProxyOnlyResourceInner
Public Class FunctionEnvelopeInner
Inherits ProxyOnlyResourceInner
继承
属性

构造函数

FunctionEnvelopeInner()

初始化 FunctionEnvelopeInner 类的新实例。

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

初始化 FunctionEnvelopeInner 类的新实例。

属性

Config

获取或设置配置信息。

ConfigHref

获取或设置配置 URI。

Files

获取或设置文件列表。

FunctionAppId

获取或设置函数应用 ID。

Href

获取或设置函数 URI。

Id

资源 ID。Setter 受保护,因为需要在网络资源中设置 ID。

(继承自 ProxyResource)
InvokeUrlTemplate

获取或设置调用 URL

IsDisabled

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

Kind

获取或设置资源的种类。

(继承自 ProxyOnlyResourceInner)
Language

获取或设置函数语言

Location

资源位置

(继承自 Resource)
Name

资源名称

(继承自 ProxyResource)
ScriptHref

获取或设置脚本 URI。

ScriptRootPathHref

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

SecretsFileHref

获取或设置机密文件 URI。

Tags

资源标记

(继承自 Resource)
TestData

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

TestDataHref

获取或设置测试数据 URI。

Type

资源类型

(继承自 ProxyResource)

方法

Validate()

验证 对象。 如果验证失败,则引发 ValidationException。

(继承自 Resource)

适用于