MaintenanceProperties interface
properties of a maintenance
Properties
| cluster |
Cluster ID for on which maintenance will be applied. Empty if maintenance is at private cloud level |
| component | type of maintenance |
| display |
Display name for maintenance |
| estimated |
Estimated time maintenance will take in minutes |
| impact | Impact on the resource during maintenance period |
| info |
Link to maintenance info |
| maintenance |
Indicates whether the maintenance is ready to proceed |
| operations | Operations on maintenance |
| provisioning |
The provisioning state |
| scheduled |
If maintenance is scheduled by Microsoft |
| scheduled |
Scheduled maintenance start time |
| state | The state of the maintenance |
Property Details
clusterId
Cluster ID for on which maintenance will be applied. Empty if maintenance is at private cloud level
clusterId?: number
Property Value
number
component
type of maintenance
component?: string
Property Value
string
displayName
Display name for maintenance
displayName?: string
Property Value
string
estimatedDurationInMinutes
Estimated time maintenance will take in minutes
estimatedDurationInMinutes?: number
Property Value
number
impact
Impact on the resource during maintenance period
impact?: string
Property Value
string
infoLink
Link to maintenance info
infoLink?: string
Property Value
string
maintenanceReadiness
Indicates whether the maintenance is ready to proceed
maintenanceReadiness?: MaintenanceReadiness
Property Value
operations
Operations on maintenance
operations?: MaintenanceManagementOperationUnion[]
Property Value
provisioningState
The provisioning state
provisioningState?: string
Property Value
string
scheduledByMicrosoft
If maintenance is scheduled by Microsoft
scheduledByMicrosoft?: boolean
Property Value
boolean
scheduledStartTime
Scheduled maintenance start time
scheduledStartTime?: Date
Property Value
Date