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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.MaintenanceConfigurationTypeConverter))]
public class MaintenanceConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration, Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.MaintenanceConfigurationTypeConverter))>]
type MaintenanceConfiguration = class
interface IMaintenanceConfiguration
interface IJsonSerializable
interface ISubResource
interface IValidates
Public Class MaintenanceConfiguration
Implements IMaintenanceConfiguration, IValidates
- Inheritance
-
MaintenanceConfiguration
- Attributes
- Implements
Constructors
MaintenanceConfiguration() |
Creates an new MaintenanceConfiguration instance. |
Properties
Id |
Resource ID. |
Name |
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
NotAllowedTime |
Time slots on which upgrade is not allowed. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
TimeInWeek |
If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. |
Type |
Resource type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MaintenanceConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MaintenanceConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration. |
FromJsonString(String) |
Creates a new instance of MaintenanceConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MaintenanceConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |