Compartilhar via


Método DeploymentOperationsExtensions.ListLogsAsync (IDeploymentOperations, String, DeploymentListParameters)

 

Lista os logs para uma implantação de um site.

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

Sintaxe

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)

Parâmetros

  • deploymentId
    Type: System.String

    Obrigatório. O identificador de implantação.

Valor de retorno

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

A lista de resposta da operação de implantações.

Consulte também

Classe DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo