RecurrentSchedule 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
RecurrentSchedule() | |
RecurrentSchedule(String, IList<String>, IList<Nullable<Int32>>, IList<Nullable<Int32>>) |
RecurrentSchedule()
public RecurrentSchedule ();
Public Sub New ()
Applies to
RecurrentSchedule(String, IList<String>, IList<Nullable<Int32>>, IList<Nullable<Int32>>)
public RecurrentSchedule (string timeZone, System.Collections.Generic.IList<string> days, System.Collections.Generic.IList<int?> hours, System.Collections.Generic.IList<int?> minutes);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RecurrentSchedule : string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Nullable<int>> * System.Collections.Generic.IList<Nullable<int>> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RecurrentSchedule
Public Sub New (timeZone As String, days As IList(Of String), hours As IList(Of Nullable(Of Integer)), minutes As IList(Of Nullable(Of Integer)))
Parameters
- timeZone
- String