MaintenanceRedeployStatus Class

Definition

Maintenance Operation Status.

public class MaintenanceRedeployStatus
type MaintenanceRedeployStatus = class
Public Class MaintenanceRedeployStatus
Inheritance
MaintenanceRedeployStatus

Constructors

MaintenanceRedeployStatus()

Initializes a new instance of the MaintenanceRedeployStatus class.

MaintenanceRedeployStatus(Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<MaintenanceOperationResultCodeTypes>, String)

Initializes a new instance of the MaintenanceRedeployStatus class.

Properties

IsCustomerInitiatedMaintenanceAllowed

Gets or sets true, if customer is allowed to perform Maintenance.

LastOperationMessage

Gets or sets message returned for the last Maintenance Operation.

LastOperationResultCode

Gets or sets the Last Maintenance Operation Result Code. Possible values include: 'None', 'RetryLater', 'MaintenanceAborted', 'MaintenanceCompleted'

MaintenanceWindowEndTime

Gets or sets end Time for the Maintenance Window.

MaintenanceWindowStartTime

Gets or sets start Time for the Maintenance Window.

PreMaintenanceWindowEndTime

Gets or sets end Time for the Pre Maintenance Window.

PreMaintenanceWindowStartTime

Gets or sets start Time for the Pre Maintenance Window.

Applies to