Compartilhar via


Método DeploymentOperationsExtensions.RedeployAsync (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 Task<OperationResponse> RedeployAsync(
    this IDeploymentOperations operations,
    string deploymentId
)
public:
[ExtensionAttribute]
static Task<OperationResponse^>^ RedeployAsync(
    IDeploymentOperations^ operations,
    String^ deploymentId
)
static member RedeployAsync : 
        operations:IDeploymentOperations *
        deploymentId:string -> Task<OperationResponse>
<ExtensionAttribute>
Public Shared Function RedeployAsync (
    operations As IDeploymentOperations,
    deploymentId As String
) As Task(Of OperationResponse)

Parâmetros

  • deploymentId
    Type: System.String

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

Valor de retorno

Type: System.Threading.Tasks.Task<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