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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET