ITemplate.DaprComponent Property

Definition

Collection of Dapr components

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Collection of Dapr components", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDaprComponent) }, Read=true, ReadOnly=false, Required=false, SerializedName="components", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDaprComponent> DaprComponent { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Collection of Dapr components", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDaprComponent) }, Read=true, ReadOnly=false, Required=false, SerializedName="components", Update=true)>]
member this.DaprComponent : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IDaprComponent> with get, set
Public Property DaprComponent As List(Of IDaprComponent)

Property Value

Attributes

Applies to