Megosztás a következőn keresztül:


IDapr.Component Property

Definition

Collection of Dapr components

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

Property Value

Attributes

Applies to