MaintenanceConfiguration Class

maintenance configuration.

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

Inheritance
azure.mgmt.containerservice.v2020_12_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 meta data relating to this resource.

time_in_week
list[TimeInWeek]

Weekday time slots allowed to upgrade.

not_allowed_time
list[TimeSpan]

Time slots on which upgrade is not allowed.