Share via


IDaprComponent.Metadata Property

Definition

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

Property Value

Attributes

Applies to