DeploymentOperationsExtensions.ListEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the list of reboot events due to planned maintenance that impacted a deployment in the optionally provided timeframe.
public static Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse ListEvents (this Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations operations, string serviceName, string deploymentName, DateTime startTime, DateTime endTime);
static member ListEvents : Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations * string * string * DateTime * DateTime -> Microsoft.WindowsAzure.Management.Compute.Models.DeploymentEventListResponse
<Extension()>
Public Function ListEvents (operations As IDeploymentOperations, serviceName As String, deploymentName As String, startTime As DateTime, endTime As DateTime) As DeploymentEventListResponse
Parameters
- operations
- IDeploymentOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.
- serviceName
- String
Required. The name of the cloud service.
- deploymentName
- String
Required. The name of the deployment.
- startTime
- DateTime
Required. Datetime in UTC representing the start time of the query.
- endTime
- DateTime
Required. Datetime in UTC representing the end time of the query.
Returns
Identifies the list of reboot events due to planned maintenance that impacted a deployment in the optionally provided timeframe.
Applies to
Azure SDK for .NET