IDeploymentOperations.ListEventsAsync Method (String, String, DateTime, DateTime, CancellationToken)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function ListEventsAsync ( serviceName As String, deploymentName As String, startTime As Date, endTime As Date, cancellationToken As CancellationToken ) As Task(Of DeploymentEventListResponse)
Parameters
- serviceName
- Type: System.String
- deploymentName
- Type: System.String
- startTime
- Type: System.DateTime
- endTime
- Type: System.DateTime
- cancellationToken
- Type: System.Threading.CancellationToken
Return Value
Type: System.Threading.Tasks.Task(Of DeploymentEventListResponse)
Show: