次の方法で共有


MaintenanceConfiguration Class

Definition

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
MaintenanceConfiguration
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)

Applies to