CsmCopySlotEntity Class
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.
Copy deployment slot parameters.
public class CsmCopySlotEntity
type CsmCopySlotEntity = class
Public Class CsmCopySlotEntity
- Inheritance
-
CsmCopySlotEntity
Constructors
CsmCopySlotEntity() |
Initializes a new instance of the CsmCopySlotEntity class. |
CsmCopySlotEntity(String, SiteConfig) |
Initializes a new instance of the CsmCopySlotEntity class. |
Properties
SiteConfig |
Gets or sets 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. |
TargetSlot |
Gets or sets destination deployment slot during copy operation. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET