Condividi tramite


Metodo DeploymentOperationsExtensions.GetLogAsync (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 Task<DeploymentGetLogResponse> GetLogAsync(
    this IDeploymentOperations operations,
    string deploymentId,
    string deploymentLogId
)
public:
[ExtensionAttribute]
static Task<DeploymentGetLogResponse^>^ GetLogAsync(
    IDeploymentOperations^ operations,
    String^ deploymentId,
    String^ deploymentLogId
)
static member GetLogAsync : 
        operations:IDeploymentOperations *
        deploymentId:string *
        deploymentLogId:string -> Task<DeploymentGetLogResponse>
<ExtensionAttribute>
Public Shared Function GetLogAsync (
    operations As IDeploymentOperations,
    deploymentId As String,
    deploymentLogId As String
) As Task(Of DeploymentGetLogResponse)

Parametri

  • deploymentId
    Type: System.String

    Obbligatorio. L'identificatore di distribuzione.

  • deploymentLogId
    Type: System.String

    Obbligatorio. Identificatore di registro della distribuzione.

Valore restituito

Type: System.Threading.Tasks.Task<DeploymentGetLogResponse>

Il registro get di una risposta di operazione distribuzioni.

Vedere anche

Classe DeploymentOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure

Torna all'inizio