Share via


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

IFunctionEnvelope 接口

定义

public interface IFunctionEnvelope : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.FunctionEnvelopeInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IFunctionEnvelope = interface
    interface IBeta
    interface IHasId
    interface IHasName
    interface IHasInner<FunctionEnvelopeInner>
Public Interface IFunctionEnvelope
Implements IBeta, IHasId, IHasInner(Of FunctionEnvelopeInner), IHasName
实现

属性

Config

获取配置信息。

ConfigHref

获取配置 URI。

Files

获取文件列表。

FunctionAppId

获取函数应用 ID。

Href

获取函数 URI。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner (继承自 IHasInner<T>)
Name

获取资源的名称

(继承自 IHasName)
Region

获取资源的区域

RegionName

获取资源的区域名称

ScriptHref

获取脚本 URI。

ScriptRootPathHref

获取脚本根路径 URI。

SecretsFileHref

获取机密文件 URI。

TestData

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

Type

获取资源的类型

适用于