ISitePatchResource.SiteConfig Property

Definition

Configuration of the app.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Configuration of the app.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISiteConfig) }, Read=true, ReadOnly=false, Required=false, SerializedName="siteConfig", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISiteConfig SiteConfig { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Configuration of the app.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISiteConfig) }, Read=true, ReadOnly=false, Required=false, SerializedName="siteConfig", Update=true)>]
member this.SiteConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISiteConfig with get, set
Public Property SiteConfig As ISiteConfig

Property Value

Attributes

Applies to