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