Metodo IDeploymentOperations.GetLogAsync
Gets a deployment log for a website.
Spazio dei nomi: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Utilizzo
'Utilizzo
Dim instance As IDeploymentOperations
Dim deploymentId As String
Dim deploymentLogId As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of DeploymentGetLogResponse)
returnValue = instance.GetLogAsync(deploymentId, deploymentLogId, cancellationToken)
Sintassi
'Dichiarazione
Function GetLogAsync ( _
deploymentId As String, _
deploymentLogId As String, _
cancellationToken As CancellationToken _
) As Task(Of DeploymentGetLogResponse)
Task<DeploymentGetLogResponse> GetLogAsync (
string deploymentId,
string deploymentLogId,
CancellationToken cancellationToken
)
Task<DeploymentGetLogResponse^>^ GetLogAsync (
String^ deploymentId,
String^ deploymentLogId,
CancellationToken cancellationToken
)
Task<DeploymentGetLogResponse> GetLogAsync (
String deploymentId,
String deploymentLogId,
CancellationToken cancellationToken
)
function GetLogAsync (
deploymentId : String,
deploymentLogId : String,
cancellationToken : CancellationToken
) : Task<DeploymentGetLogResponse>
Parametri
- deploymentId
The deployment identifier.
- deploymentLogId
The deployment log identifier.
- cancellationToken
Cancellation token.
Valore restituito
The get log for a deployments operation response.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Interfaccia IDeploymentOperations
Membri IDeploymentOperations
Spazio dei nomi Microsoft.WindowsAzure.WebSitesExtensions