IDeploymentOperations.ListLogsAsync Method (String, DeploymentListParameters, CancellationToken)
List the logs for a deployment for a website.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
Task<DeploymentListLogsResponse> ListLogsAsync(
string deploymentId,
DeploymentListParameters parameters,
CancellationToken cancellationToken
)
Task<DeploymentListLogsResponse^>^ ListLogsAsync(
String^ deploymentId,
DeploymentListParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListLogsAsync :
deploymentId:string *
parameters:DeploymentListParameters *
cancellationToken:CancellationToken -> Task<DeploymentListLogsResponse>
Function ListLogsAsync (
deploymentId As String,
parameters As DeploymentListParameters,
cancellationToken As CancellationToken
) As Task(Of DeploymentListLogsResponse)
Parameters
deploymentId
Type: System.StringThe deployment identifier.
parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParametersAdditional parameters.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<DeploymentListLogsResponse>
The list of deployments operation response.
See Also
IDeploymentOperations Interface
Microsoft.WindowsAzure.WebSitesExtensions Namespace
Return to top