ISiteConfigResource.Metadata Property

Definition

Application metadata. This property cannot be retrieved, since it may contain secrets.

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

Property Value

Attributes

Applies to