Share via


Dapr.Components Property

Definition

Gets or sets collection of Dapr components

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to