BaseScheduler 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
BaseScheduler() | |
BaseScheduler(String, UInt32) |
BaseScheduler()
public BaseScheduler ();
Public Sub New ()
Applies to
BaseScheduler(String, UInt32)
public BaseScheduler (string frequency, uint interval);
new Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler : string * uint32 -> Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler
Public Sub New (frequency As String, interval As UInteger)
Parameters
- frequency
- String
- interval
- UInt32