ISolution.Metadata Property

Definition

Solution Metadata.

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

Property Value

Attributes

Applies to