WebSiteOperationsExtensions.ApplySlotConfigurationAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET