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 Portal を使用してテストするときに使用されるテスト データを取得します。

Type

リソースの種類を取得します

適用対象