Compartilhar via


Método DeploymentOperationsExtensions.ListLogs

List the logs for a deployment for a website.

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

Uso

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

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

Sintaxe

'Declaração
<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

Parâmetros

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

Valor de retorno

The list of deployments operation response.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe DeploymentOperationsExtensions
Membros DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure