Condividi tramite


Metodo DeploymentOperationsExtensions.ListLogs

List the logs for a deployment for a website.

Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Utilizzo

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

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

Sintassi

'Dichiarazione
<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

Parametri

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

Valore restituito

The list of deployments operation response.

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe DeploymentOperationsExtensions
Membri DeploymentOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure