Condividi tramite


ContainerServiceMaintenanceConfigurationData Class

Definition

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
ContainerServiceMaintenanceConfigurationData
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.

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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

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.

Applies to