IDeploymentOperations.ListEventsBySlotAsync Method (String, DeploymentSlot, DateTime, DateTime, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Task<DeploymentEventListResponse> ListEventsBySlotAsync(
string serviceName,
DeploymentSlot deploymentSlot,
DateTime startTime,
DateTime endTime,
CancellationToken cancellationToken
)
Parameters
- serviceName
- Type: System.String
- deploymentSlot
- Type: Microsoft.WindowsAzure.Management.Compute.Models.DeploymentSlot
- startTime
- Type: System.DateTime
- endTime
- Type: System.DateTime
- cancellationToken
- Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task<DeploymentEventListResponse>
Show: