Freigeben über


MaintenanceConfiguration Constructors

Definition

Overloads

MaintenanceConfiguration()

Initializes a new instance of the MaintenanceConfiguration class.

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

Initializes a new instance of the MaintenanceConfiguration class.

MaintenanceConfiguration()

Initializes a new instance of the MaintenanceConfiguration class.

public MaintenanceConfiguration ();
Public Sub New ()

Applies to

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

Initializes a new instance of the MaintenanceConfiguration class.

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

Parameters

id
String

Resource ID.

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

systemData
SystemData

The system metadata relating to this resource.

timeInWeek
IList<TimeInWeek>

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

notAllowedTime
IList<TimeSpan>

Time slots on which upgrade is not allowed.

Applies to