MaintenanceConfigurationProperties Constructors
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.
Overloads
MaintenanceConfigurationProperties() |
Initializes a new instance of the MaintenanceConfigurationProperties class. |
MaintenanceConfigurationProperties(IList<TimeInWeek>, IList<TimeSpan>) |
Initializes a new instance of the MaintenanceConfigurationProperties class. |
MaintenanceConfigurationProperties()
Initializes a new instance of the MaintenanceConfigurationProperties class.
public MaintenanceConfigurationProperties ();
Public Sub New ()
Applies to
MaintenanceConfigurationProperties(IList<TimeInWeek>, IList<TimeSpan>)
Initializes a new instance of the MaintenanceConfigurationProperties class.
public MaintenanceConfigurationProperties (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.MaintenanceConfigurationProperties : 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.MaintenanceConfigurationProperties
Public Sub New (Optional timeInWeek As IList(Of TimeInWeek) = Nothing, Optional notAllowedTime As IList(Of TimeSpan) = Nothing)
Parameters
- 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.