BindingMetadata クラス

定義

Azure Functions バインドに関するメタデータが含まれます。

public abstract class BindingMetadata
type BindingMetadata = class
Public MustInherit Class BindingMetadata
継承
BindingMetadata

コンストラクター

BindingMetadata()

Azure Functions バインドに関するメタデータが含まれます。

プロパティ

Direction

バインドの方向を取得します。

Name

バインド メタデータ エントリの名前を取得します。

Type

バインディングの種類を取得します。 たとえば、"httpTrigger" などです。

適用対象