IWebSiteOperations.ApplySlotConfigurationAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> ApplySlotConfigurationAsync (string webSpaceName, string webSiteName, string targetSwapSlot, System.Threading.CancellationToken cancellationToken);
abstract member ApplySlotConfigurationAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function ApplySlotConfigurationAsync (webSpaceName As String, webSiteName As String, targetSwapSlot As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Parameters

webSpaceName
String

The name of the web space.

webSiteName
String

The name of the web site.

targetSwapSlot
String

The name of the target slot to be swapped with.

cancellationToken
CancellationToken

Cancellation token.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to