DeploymentOperationsExtensions::ListEventsBySlot Method (IDeploymentOperations^, String^, DeploymentSlot, DateTime, DateTime)
Namespace:
Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: [ExtensionAttribute] static DeploymentEventListResponse^ ListEventsBySlot( IDeploymentOperations^ operations, String^ serviceName, DeploymentSlot deploymentSlot, DateTime startTime, DateTime endTime )
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: Microsoft.WindowsAzure.Management.Compute.Models::DeploymentEventListResponse^
Show: