MaintenanceConfigurationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties used to configure planned maintenance for a Managed Cluster.
public class MaintenanceConfigurationProperties
type MaintenanceConfigurationProperties = class
Public Class MaintenanceConfigurationProperties
- Inheritance
-
MaintenanceConfigurationProperties
Constructors
MaintenanceConfigurationProperties() |
Initializes a new instance of the MaintenanceConfigurationProperties class. |
MaintenanceConfigurationProperties(IList<TimeInWeek>, IList<TimeSpan>) |
Initializes a new instance of the MaintenanceConfigurationProperties class. |
Properties
NotAllowedTime |
Gets or sets time slots on which upgrade is not allowed. |
TimeInWeek |
Gets or sets if two array entries specify the same day of the week, the applied configuration is the union of times in both entries. |