DeploymentOperationsExtensions.ListLogs Method (IDeploymentOperations, String, DeploymentListParameters)

 

List the logs for a deployment for a website.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

<ExtensionAttribute>
Public Shared Function ListLogs (
	operations As IDeploymentOperations,
	deploymentId As String,
	parameters As DeploymentListParameters
) As DeploymentListLogsResponse

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.

deploymentId
Type: System.String

Required. The deployment identifier.

parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParameters

Optional. Additional parameters.

Return Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse

The list of deployments operation response.

Return to top
Show: