Condividi tramite


Metodo DeploymentOperationsExtensions.Redeploy (IDeploymentOperations, String)

 

Ridistribuisce una distribuzione del sito Web specifico.

Spazio dei nomi:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Sintassi

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

Parametri

  • deploymentId
    Type: System.String

    Obbligatorio. L'identificatore di distribuzione.

Valore restituito

Type: Microsoft.WindowsAzure.OperationResponse

Risposta del servizio standard tra cui un codice di stato HTTP e l'ID richiesta.

Vedere anche

Classe DeploymentOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure

Torna all'inizio