Metodo IDeploymentOperations.ListLogsAsync (String, DeploymentListParameters, CancellationToken)
Elencare i registri per una distribuzione di un sito Web.
Spazio dei nomi: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Sintassi
Task<DeploymentListLogsResponse> ListLogsAsync(
string deploymentId,
DeploymentListParameters parameters,
CancellationToken cancellationToken
)
Task<DeploymentListLogsResponse^>^ ListLogsAsync(
String^ deploymentId,
DeploymentListParameters^ parameters,
CancellationToken cancellationToken
)
abstract ListLogsAsync :
deploymentId:string *
parameters:DeploymentListParameters *
cancellationToken:CancellationToken -> Task<DeploymentListLogsResponse>
Function ListLogsAsync (
deploymentId As String,
parameters As DeploymentListParameters,
cancellationToken As CancellationToken
) As Task(Of DeploymentListLogsResponse)
Parametri
deploymentId
Type: System.StringL'identificatore di distribuzione.
parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParametersParametri aggiuntivi.
cancellationToken
Type: System.Threading.CancellationTokenToken di annullamento.
Valore restituito
Type: System.Threading.Tasks.Task<DeploymentListLogsResponse>
Elenco di risposta dell'operazione distribuzioni.
Vedere anche
Interfaccia IDeploymentOperations
Spazio dei nomi Microsoft.WindowsAzure.WebSitesExtensions
Torna all'inizio