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: List[_models.TimeInWeek] | None = None, not_allowed_time: List[_models.TimeSpan] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
time_in_week

Weekday time slots allowed to upgrade.

not_allowed_time

Time slots on which upgrade is not allowed.

Variables

Name Description
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

The system meta data relating to this resource.

time_in_week

Weekday time slots allowed to upgrade.

not_allowed_time

Time slots on which upgrade is not allowed.