Compartilhar via


IDeploymentOperations.ListEventsBySlotAsync Método

Definição

Identifica a lista de eventos de reinicialização devido à manutenção planejada que afetou uma implantação no período fornecido opcionalmente.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse> ListEventsBySlotAsync (string serviceName, Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot deploymentSlot, DateTime startTime, DateTime endTime, System.Threading.CancellationToken cancellationToken);
abstract member ListEventsBySlotAsync : string * Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot * DateTime * DateTime * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse>
Public Function ListEventsBySlotAsync (serviceName As String, deploymentSlot As DeploymentSlot, startTime As DateTime, endTime As DateTime, cancellationToken As CancellationToken) As Task(Of DeploymentEventListResponse)

Parâmetros

serviceName
String

O nome do serviço de nuvem.

deploymentSlot
DeploymentSlot

O slot de implantação.

startTime
DateTime

Data e hora em UTC, que representa a hora de início da consulta.

endTime
DateTime

Data e hora em UTC, que representa a hora de término da consulta.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

Identifica a lista de eventos de reinicialização devido à manutenção planejada que afetou uma implantação no período fornecido opcionalmente.

Aplica-se a