Share via


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)

Syntax

public static DeploymentListLogsResponse ListLogs(
    this IDeploymentOperations operations,
    string deploymentId,
    DeploymentListParameters parameters
)
public:
[ExtensionAttribute]
static DeploymentListLogsResponse^ ListLogs(
    IDeploymentOperations^ operations,
    String^ deploymentId,
    DeploymentListParameters^ parameters
)
static member ListLogs : 
        operations:IDeploymentOperations *
        deploymentId:string *
        parameters:DeploymentListParameters -> DeploymentListLogsResponse
<ExtensionAttribute>
Public Shared Function ListLogs (
    operations As IDeploymentOperations,
    deploymentId As String,
    parameters As DeploymentListParameters
) As DeploymentListLogsResponse

Parameters

  • deploymentId
    Type: System.String

    Required. The deployment identifier.

Return Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListLogsResponse

The list of deployments operation response.

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top