Método IDeploymentOperations.ListLogsAsync (String, DeploymentListParameters, CancellationToken)
Lista os logs para uma implantação de um site.
Namespace: Microsoft.WindowsAzure.WebSitesExtensions
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
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)
Parâmetros
deploymentId
Type: System.StringO identificador de implantação.
parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParametersParâmetros adicionais.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<DeploymentListLogsResponse>
A lista de resposta da operação de implantações.
Consulte também
Interface IDeploymentOperations
Namespace Microsoft.WindowsAzure.WebSitesExtensions
Retornar ao topo