MaintenanceConfiguration 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.
See planned maintenance for more information about planned maintenance.
[Microsoft.Rest.Serialization.JsonTransformation]
public class MaintenanceConfiguration : Microsoft.Azure.Management.ContainerService.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type MaintenanceConfiguration = class
inherit SubResource
Public Class MaintenanceConfiguration
Inherits SubResource
- Inheritance
- Attributes
Remarks
See [planned maintenance](https://docs.microsoft.com/azure/aks/planned-maintenance) for more information about planned maintenance.
Constructors
MaintenanceConfiguration() |
Initializes a new instance of the MaintenanceConfiguration class. |
MaintenanceConfiguration(String, String, String, SystemData, IList<TimeInWeek>, IList<TimeSpan>) |
Initializes a new instance of the MaintenanceConfiguration class. |
Properties
Id |
Gets resource ID. (Inherited from SubResource) |
Name |
Gets the name of the resource that is unique within a resource group. This name can be used to access the resource. (Inherited from SubResource) |
NotAllowedTime |
Gets or sets time slots on which upgrade is not allowed. |
SystemData |
Gets the system metadata relating to this resource. |
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. |
Type |
Gets resource type (Inherited from SubResource) |