CsmCopySlotEntity Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CsmCopySlotEntity() |
Initializes a new instance of the CsmCopySlotEntity class. |
CsmCopySlotEntity(String, SiteConfig) |
Initializes a new instance of the CsmCopySlotEntity class. |
CsmCopySlotEntity()
Initializes a new instance of the CsmCopySlotEntity class.
public CsmCopySlotEntity ();
Public Sub New ()
Applies to
CsmCopySlotEntity(String, SiteConfig)
Initializes a new instance of the CsmCopySlotEntity class.
public CsmCopySlotEntity (string targetSlot, Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfig siteConfig);
new Microsoft.Azure.Management.AppService.Fluent.Models.CsmCopySlotEntity : string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteConfig -> Microsoft.Azure.Management.AppService.Fluent.Models.CsmCopySlotEntity
Public Sub New (targetSlot As String, siteConfig As SiteConfig)
Parameters
- targetSlot
- String
Destination deployment slot during copy operation.
- siteConfig
- SiteConfig
The site object which will be merged with the source slot site to produce new destination slot site object. <code>null</code> to just copy source slot content. Otherwise a <code>Site</code> object with properties to override source slot site.
Applies to
Azure SDK for .NET