Compartilhar via


Método DeploymentOperationsExtensions.Redeploy (IDeploymentOperations, String)

 

Reimplanta a implantação de um site específico.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Sintaxe

public static OperationResponse Redeploy(
    this IDeploymentOperations operations,
    string deploymentId
)
public:
[ExtensionAttribute]
static OperationResponse^ Redeploy(
    IDeploymentOperations^ operations,
    String^ deploymentId
)
static member Redeploy : 
        operations:IDeploymentOperations *
        deploymentId:string -> OperationResponse
<ExtensionAttribute>
Public Shared Function Redeploy (
    operations As IDeploymentOperations,
    deploymentId As String
) As OperationResponse

Parâmetros

  • deploymentId
    Type: System.String

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

Valor de retorno

Type: Microsoft.WindowsAzure.OperationResponse

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

Consulte também

Classe DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo