DeploymentOperationsExtensions.ListLogsAsync Method

Definition

List the logs for a deployment for a website.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse> ListLogsAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations operations, string deploymentId, Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters parameters);
static member ListLogsAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations * string * Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse>
<Extension()>
Public Function ListLogsAsync (operations As IDeploymentOperations, deploymentId As String, parameters As DeploymentListParameters) As Task(Of DeploymentListLogsResponse)

Parameters

operations
IDeploymentOperations

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

deploymentId
String

Required. The deployment identifier.

parameters
DeploymentListParameters

Optional. Additional parameters.

Returns

The list of deployments operation response.

Applies to