ContainerServiceMaintenanceConfigurationData 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.
Planned maintenance configuration, used to configure when updates can be deployed to a Managed Cluster. See planned maintenance for more information about planned maintenance.
public class ContainerServiceMaintenanceConfigurationData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.ContainerServiceMaintenanceConfigurationData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.ContainerServiceMaintenanceConfigurationData>
type ContainerServiceMaintenanceConfigurationData = class
inherit ResourceData
interface IJsonModel<ContainerServiceMaintenanceConfigurationData>
interface IPersistableModel<ContainerServiceMaintenanceConfigurationData>
Public Class ContainerServiceMaintenanceConfigurationData
Inherits ResourceData
Implements IJsonModel(Of ContainerServiceMaintenanceConfigurationData), IPersistableModel(Of ContainerServiceMaintenanceConfigurationData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceMaintenanceConfigurationData() |
Initializes a new instance of ContainerServiceMaintenanceConfigurationData. |
Properties
| Name | Description |
|---|---|
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| MaintenanceWindow |
Maintenance window for the maintenance configuration. |
| MaintenanceWindowId |
The fully qualified resource ID of the maintenance window that this maintenance configuration is linked to. When set, the schedule is derived read-only from the linked maintenance window — maintenanceWindow becomes a computed field. When absent (the default), the schedule is defined inline via the maintenanceWindow property. The caller must have read access to the target maintenance window. |
| Name |
The name of the resource. (Inherited from ResourceData) |
| NotAllowedTimes |
Time slots on which upgrade is not allowed. |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| TimesInWeek |
Time slots during the week when planned maintenance is allowed to proceed. If two array entries specify the same day of the week, the applied configuration is the union of times in both entries. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<ContainerServiceMaintenanceConfigurationData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ContainerServiceMaintenanceConfigurationData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ContainerServiceMaintenanceConfigurationData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ContainerServiceMaintenanceConfigurationData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ContainerServiceMaintenanceConfigurationData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |