WebSiteOperationsExtensions.ApplySlotConfiguration Method

Definition

public static Microsoft.Azure.AzureOperationResponse ApplySlotConfiguration (this Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations operations, string webSpaceName, string webSiteName, string targetSwapSlot);
static member ApplySlotConfiguration : Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations * string * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function ApplySlotConfiguration (operations As IWebSiteOperations, webSpaceName As String, webSiteName As String, targetSwapSlot As String) As AzureOperationResponse

Parameters

operations
IWebSiteOperations

Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSpaceName
String

Required. The name of the web space.

webSiteName
String

Required. The name of the web site.

targetSwapSlot
String

Required. The name of the target slot to be swapped with.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to