This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Deploy.Azure.Management.WebSites.
- Assembly
- Cake
.Deploy .Azure .Management .WebSites .dll - Namespace
- Cake
.Deploy .Azure .Management .WebSites - Containing Type
- AddinAliases
Syntax
public static void SwapSlotSlot(this ICakeContext ctx, ServiceClientCredentials credentials, string subscriptionId, string resourceGroupName, string websiteName, string srcSlot, string destSlot, bool preserveVnet)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
ctx | ICakeContext | |
credentials | Service |
|
subscriptionId | string | |
resourceGroupName | string | |
websiteName | string | |
srcSlot | string | |
destSlot | string | |
preserveVnet | bool |
Return Value
Type | Description |
---|---|
void |