Compartilhar via


DeploymentOperationsExtensions.RedeployAsync Método

Definição

Reimplanta uma implantação de site específica.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> RedeployAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId);
static member RedeployAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function RedeployAsync (operations As IDeploymentOperations, deploymentId As String) As Task(Of AzureOperationResponse)

Parâmetros

operations
IDeploymentOperations

Referência a Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

deploymentId
String

Obrigatórios. O identificador de implantação.

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