ContainerServiceMaintenanceConfigurationData Class

Definition

A class representing the ContainerServiceMaintenanceConfiguration data model. 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>
public class ContainerServiceMaintenanceConfigurationData : Azure.ResourceManager.Models.ResourceData
type ContainerServiceMaintenanceConfigurationData = class
    inherit ResourceData
    interface IJsonModel<ContainerServiceMaintenanceConfigurationData>
    interface IPersistableModel<ContainerServiceMaintenanceConfigurationData>
type ContainerServiceMaintenanceConfigurationData = class
    inherit ResourceData
Public Class ContainerServiceMaintenanceConfigurationData
Inherits ResourceData
Implements IJsonModel(Of ContainerServiceMaintenanceConfigurationData), IPersistableModel(Of ContainerServiceMaintenanceConfigurationData)
Public Class ContainerServiceMaintenanceConfigurationData
Inherits ResourceData
Inheritance
ContainerServiceMaintenanceConfigurationData
Implements

Constructors

ContainerServiceMaintenanceConfigurationData()

Initializes a new instance of ContainerServiceMaintenanceConfigurationData.

Properties

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

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.

Explicit Interface Implementations

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