Share via


MaintenanceConfigurationInner Constructors

Definition

Overloads

MaintenanceConfigurationInner()

Initializes a new instance of the MaintenanceConfigurationInner class.

MaintenanceConfigurationInner(String, SystemData, IList<TimeInWeek>, IList<TimeSpan>, String, String)

Initializes a new instance of the MaintenanceConfigurationInner class.

MaintenanceConfigurationInner()

Initializes a new instance of the MaintenanceConfigurationInner class.

public MaintenanceConfigurationInner ();
Public Sub New ()

Applies to

MaintenanceConfigurationInner(String, SystemData, IList<TimeInWeek>, IList<TimeSpan>, String, String)

Initializes a new instance of the MaintenanceConfigurationInner class.

public MaintenanceConfigurationInner (string id = default, Microsoft.Azure.Management.ContainerService.Fluent.Models.SystemData systemData = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.TimeInWeek> timeInWeek = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.TimeSpan> notAllowedTime = default, string name = default, string type = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.MaintenanceConfigurationInner : string * Microsoft.Azure.Management.ContainerService.Fluent.Models.SystemData * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.TimeInWeek> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerService.Fluent.Models.TimeSpan> * string * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.MaintenanceConfigurationInner
Public Sub New (Optional id As String = Nothing, Optional systemData As SystemData = Nothing, Optional timeInWeek As IList(Of TimeInWeek) = Nothing, Optional notAllowedTime As IList(Of TimeSpan) = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

id
String
systemData
SystemData

The system meta data relating to this resource.

timeInWeek
IList<TimeInWeek>

Weekday time slots allowed to upgrade.

notAllowedTime
IList<TimeSpan>

Time slots on which upgrade is not allowed.

name
String

The name of the resource that is unique within a resource group. This name can be used to access the resource.

type
String

Resource type

Applies to