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