CsmCopySlotEntity Class
Copy deployment slot parameters.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web._serialization.ModelCsmCopySlotEntity
Constructor
CsmCopySlotEntity(*, target_slot: str, site_config: _models.SiteConfig, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
target_slot
|
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.
|
Variables
Name | Description |
---|---|
target_slot
|
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.
|
Azure SDK for Python