ICsmCopySlotEntity.SiteConfig Property

Definition

The site object which will be merged with the source slot site to produce new destination slot site object. null to just copy source slot content. Otherwise a Site object with properties to override source slot site.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The site object which will be merged with the source slot site\r\n        to produce new destination slot site object.\r\n        <code>null</code> to just copy source slot content. Otherwise a <code>Site</code>\r\n        object with properties to override source slot site.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) }, ReadOnly=false, Required=true, SerializedName="siteConfig")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig SiteConfig { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The site object which will be merged with the source slot site\r\n        to produce new destination slot site object.\r\n        <code>null</code> to just copy source slot content. Otherwise a <code>Site</code>\r\n        object with properties to override source slot site.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig) }, ReadOnly=false, Required=true, SerializedName="siteConfig")>]
member this.SiteConfig : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ISiteConfig with get, set
Public Property SiteConfig As ISiteConfig

Property Value

Attributes

Applies to