public class CsmCopySlotEntity extends Object
| Constructor and Description |
|---|
CsmCopySlotEntity() |
| Modifier and Type | Method and Description |
|---|---|
SiteConfig |
siteConfig()
Get the site object which will be merged with the source slot site
to produce new destination slot site object.
|
String |
targetSlot()
Get destination deployment slot during copy operation.
|
CsmCopySlotEntity |
withSiteConfig(SiteConfig siteConfig)
Set the site object which will be merged with the source slot site
to produce new destination slot site object.
|
CsmCopySlotEntity |
withTargetSlot(String targetSlot)
Set destination deployment slot during copy operation.
|
public String targetSlot()
public CsmCopySlotEntity withTargetSlot(String targetSlot)
targetSlot - the targetSlot value to setpublic SiteConfig siteConfig()
public CsmCopySlotEntity withSiteConfig(SiteConfig siteConfig)
siteConfig - the siteConfig value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/