次の方法で共有


Dapr コンストラクター

定義

オーバーロード

Dapr()

Dapr クラスの新しいインスタンスを初期化します。

Dapr(Nullable<Boolean>, String, Nullable<Int32>, IList<DaprComponent>)

Dapr クラスの新しいインスタンスを初期化します。

Dapr()

Dapr クラスの新しいインスタンスを初期化します。

public Dapr ();
Public Sub New ()

適用対象

Dapr(Nullable<Boolean>, String, Nullable<Int32>, IList<DaprComponent>)

Dapr クラスの新しいインスタンスを初期化します。

public Dapr (bool? enabled = default, string appId = default, int? appPort = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprComponent> components = default);
new Microsoft.Azure.Management.WebSites.Models.Dapr : Nullable<bool> * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprComponent> -> Microsoft.Azure.Management.WebSites.Models.Dapr
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional appId As String = Nothing, Optional appPort As Nullable(Of Integer) = Nothing, Optional components As IList(Of DaprComponent) = Nothing)

パラメーター

enabled
Nullable<Boolean>

Dapr 側の車が有効になっているかどうかを示すブール値

appId
String

Dapr アプリケーション識別子

appPort
Nullable<Int32>

Dapr側車が乗る港

components
IList<DaprComponent>

Dapr コンポーネントのコレクション

適用対象