Freigeben über


RecurrentSchedule Constructors

Definition

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
days
IList<String>
hours
IList<Nullable<Int32>>
minutes
IList<Nullable<Int32>>

Applies to