CsmCopySlotEntity Class

Copy deployment slot parameters.

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

Inheritance
azure.mgmt.web._serialization.Model
CsmCopySlotEntity

Constructor

CsmCopySlotEntity(*, target_slot: str, site_config: _models.SiteConfig, **kwargs: Any)

Keyword-Only Parameters

Name Description
target_slot
str

Destination deployment slot during copy operation. Required.

site_config

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

Variables

Name Description
target_slot
str

Destination deployment slot during copy operation. Required.

site_config

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