Compartilhar via


WebSiteOperationsExtensions.ApplySlotConfigurationAsync Método

Definição

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

Parâmetros

operations
IWebSiteOperations

Referência a Microsoft.WindowsAzure.Management.WebSites.IWebSiteOperations.

webSpaceName
String

Obrigatórios. O nome do espaço da Web.

webSiteName
String

Obrigatórios. O nome do site.

targetSwapSlot
String

Obrigatórios. O nome do slot de destino com o qual alternar.

Retornos

Task<Microsoft.Azure.AzureOperationResponse>

Uma resposta de serviço padrão, incluindo uma ID de solicitação e o código de status HTTP.

Aplica-se a