Condividi tramite


Metodo DeploymentOperationsExtensions.ListLogsAsync (IDeploymentOperations, String, DeploymentListParameters)

 

Elencare i registri per una distribuzione di un sito Web.

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

Sintassi

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)

Parametri

  • deploymentId
    Type: System.String

    Obbligatorio. L'identificatore di distribuzione.

Valore restituito

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

Elenco di risposta dell'operazione distribuzioni.

Vedere anche

Classe DeploymentOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure

Torna all'inizio