MaintenanceConfiguration interface
Planned maintenance configuration, used to configure when updates can be deployed to a Managed Cluster. See planned maintenance for more information about planned maintenance.
- Extends
Properties
| maintenance |
Maintenance window for the maintenance configuration. |
| not |
Time slots on which upgrade is not allowed. |
| system |
The system metadata relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| time |
Time slots during the week when planned maintenance is allowed to proceed. If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. |
Inherited Properties
| id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource that is unique within a resource group. This name can be used to access the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
maintenanceWindow
Maintenance window for the maintenance configuration.
maintenanceWindow?: MaintenanceWindow
Property Value
notAllowedTime
systemData
The system metadata relating to this resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
timeInWeek
Time slots during the week when planned maintenance is allowed to proceed. If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.
timeInWeek?: TimeInWeek[]
Property Value
Inherited Property Details
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From SubResource.id
name
The name of the resource that is unique within a resource group. This name can be used to access the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From SubResource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From SubResource.type