TimeInWeek 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
TimeInWeek() |
Initializes a new instance of the TimeInWeek class. |
TimeInWeek(WeekDay, IList<Nullable<Int32>>) |
Initializes a new instance of the TimeInWeek class. |
TimeInWeek()
Initializes a new instance of the TimeInWeek class.
public TimeInWeek ();
Public Sub New ()
Applies to
TimeInWeek(WeekDay, IList<Nullable<Int32>>)
Initializes a new instance of the TimeInWeek class.
public TimeInWeek (Microsoft.Azure.Management.ContainerService.Fluent.Models.WeekDay day = default, System.Collections.Generic.IList<int?> hourSlots = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.TimeInWeek : Microsoft.Azure.Management.ContainerService.Fluent.Models.WeekDay * System.Collections.Generic.IList<Nullable<int>> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.TimeInWeek
Public Sub New (Optional day As WeekDay = Nothing, Optional hourSlots As IList(Of Nullable(Of Integer)) = Nothing)
Parameters
- day
- WeekDay
A day in a week. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.