IDeploymentOperations.GetLogAsync Method (String, String, CancellationToken)
Gets a deployment log for a website.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<DeploymentGetLogResponse> GetLogAsync(
string deploymentId,
string deploymentLogId,
CancellationToken cancellationToken
)
Task<DeploymentGetLogResponse^>^ GetLogAsync(
String^ deploymentId,
String^ deploymentLogId,
CancellationToken cancellationToken
)
abstract GetLogAsync :
deploymentId:string *
deploymentLogId:string *
cancellationToken:CancellationToken -> Task<DeploymentGetLogResponse>
Function GetLogAsync (
deploymentId As String,
deploymentLogId As String,
cancellationToken As CancellationToken
) As Task(Of DeploymentGetLogResponse)
Parameters
deploymentId
Type: System.StringThe deployment identifier.
deploymentLogId
Type: System.StringThe deployment log identifier.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<DeploymentGetLogResponse>
The get log for a deployments operation response.
See Also
IDeploymentOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top