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