Aracılığıyla paylaş


DeploymentOperationsExtensions.ListLogs Method

List the logs for a deployment for a website.

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

Usage

'Usage
Dim operations As IDeploymentOperations
Dim deploymentId As String
Dim parameters As DeploymentListParameters
Dim returnValue As DeploymentListLogsResponse

returnValue = DeploymentOperationsExtensions.ListLogs(operations, deploymentId, parameters)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ListLogs ( _
    operations As IDeploymentOperations, _
    deploymentId As String, _
    parameters As DeploymentListParameters _
) As DeploymentListLogsResponse
[ExtensionAttribute] 
public static DeploymentListLogsResponse ListLogs (
    IDeploymentOperations operations,
    string deploymentId,
    DeploymentListParameters parameters
)
[ExtensionAttribute] 
public:
static DeploymentListLogsResponse^ ListLogs (
    IDeploymentOperations^ operations, 
    String^ deploymentId, 
    DeploymentListParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static DeploymentListLogsResponse ListLogs (
    IDeploymentOperations operations, 
    String deploymentId, 
    DeploymentListParameters parameters
)
ExtensionAttribute 
public static function ListLogs (
    operations : IDeploymentOperations, 
    deploymentId : String, 
    parameters : DeploymentListParameters
) : DeploymentListLogsResponse

Parameters

  • operations
    Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
  • deploymentId
    Required. The deployment identifier.
  • parameters
    Optional. Additional parameters.

Return Value

The list of deployments operation response.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

DeploymentOperationsExtensions Class
DeploymentOperationsExtensions Members
Microsoft.WindowsAzure Namespace