次の方法で共有


Dapr.Components プロパティ

定義

Dapr コンポーネントのコレクションを取得または設定します

[Newtonsoft.Json.JsonProperty(PropertyName="components")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprComponent> Components { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="components")>]
member this.Components : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DaprComponent> with get, set
Public Property Components As IList(Of DaprComponent)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象