CsmCopySlotEntity Class

Copy deployment slot parameters.

All required parameters must be populated in order to send to Azure.

Inheritance
CsmCopySlotEntity

Constructor

CsmCopySlotEntity(*, target_slot: str, site_config: azure.mgmt.web.v2020_09_01.models._models_py3.SiteConfig, **kwargs)

Parameters

target_slot
str
Required

Required. Destination deployment slot during copy operation.

site_config
SiteConfig
Required

Required. 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.