Condividi tramite


Metodo DeploymentOperationsExtensions.GetLog (IDeploymentOperations, String, String)

 

Ottiene un log di distribuzione per un sito Web.

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

Sintassi

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

Parametri

  • deploymentId
    Type: System.String

    Obbligatorio. L'identificatore di distribuzione.

  • deploymentLogId
    Type: System.String

    Obbligatorio. Identificatore di registro della distribuzione.

Valore restituito

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentGetLogResponse

Il registro get di una risposta di operazione distribuzioni.

Vedere anche

Classe DeploymentOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure

Torna all'inizio