AddinAliases.

SwapSlotSlot(ICakeContext, ServiceClientCredentials, string, string, string, string, string, bool) Method

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
CakeMethodAliasAttribute

Parameters

Name Type Description
ctx ICakeContext
credentials ServiceClientCredentials
subscriptionId string
resourceGroupName string
websiteName string
srcSlot string
destSlot string
preserveVnet bool

Return Value

Type Description
void