Aracılığıyla paylaş


Schedule Constructors

Definition

Overloads

Schedule()
Schedule(Int32, Int32)

Schedule()

public Schedule ();
Public Sub New ()

Applies to

Schedule(Int32, Int32)

public Schedule (int frequencyInMinutes, int timeWindowInMinutes);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Schedule : int * int -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Schedule
Public Sub New (frequencyInMinutes As Integer, timeWindowInMinutes As Integer)

Parameters

frequencyInMinutes
Int32
timeWindowInMinutes
Int32

Applies to