FunctionEnvelope クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
関数情報。
[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(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 Portal を使用したテスト時に使用されるテスト データを取得または設定します。 |
TestDataHref |
テスト データ URI を取得または設定します。 |
Type |
リソースの種類を取得します。 (継承元 ProxyOnlyResource) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET