DeploymentOperationsExtensions.ListLogsAsync 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 Task<DeploymentListLogsResponse> ListLogsAsync(
    this IDeploymentOperations operations,
    string deploymentId,
    DeploymentListParameters parameters
)
public:
[ExtensionAttribute]
static Task<DeploymentListLogsResponse^>^ ListLogsAsync(
    IDeploymentOperations^ operations,
    String^ deploymentId,
    DeploymentListParameters^ parameters
)
static member ListLogsAsync : 
        operations:IDeploymentOperations *
        deploymentId:string *
        parameters:DeploymentListParameters -> Task<DeploymentListLogsResponse>
<ExtensionAttribute>
Public Shared Function ListLogsAsync (
    operations As IDeploymentOperations,
    deploymentId As String,
    parameters As DeploymentListParameters
) As Task(Of DeploymentListLogsResponse)

Parameters

  • deploymentId
    Type: System.String

    Required. The deployment identifier.

Return Value

Type: System.Threading.Tasks.Task<DeploymentListLogsResponse>

The list of deployments operation response.

See Also

DeploymentOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top