Compartilhar via


DeploymentOperationsExtensions.Redeploy(IDeploymentOperations, String) Método

Definição

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

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

Parâmetros

operations
IDeploymentOperations

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

deploymentId
String

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

Retornos

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