MaintenanceConfiguration Class

See planned maintenance for more information about planned maintenance.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.containerservice.v2021_09_01.models._models_py3.SubResource
MaintenanceConfiguration

Constructor

MaintenanceConfiguration(*, time_in_week: Optional[List[_models.TimeInWeek]] = None, not_allowed_time: Optional[List[_models.TimeSpan]] = None, **kwargs)

Variables

id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

type
str

Resource type.

system_data
SystemData

The system metadata relating to this resource.

time_in_week
list[TimeInWeek]

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.

not_allowed_time
list[TimeSpan]

Time slots on which upgrade is not allowed.