Share via


ScheduleCreateOrUpdateProperties Constructors

Definition

Overloads

ScheduleCreateOrUpdateProperties()
ScheduleCreateOrUpdateProperties(DateTimeOffset, String)

ScheduleCreateOrUpdateProperties()

public ScheduleCreateOrUpdateProperties ();
Public Sub New ()

Applies to

ScheduleCreateOrUpdateProperties(DateTimeOffset, String)

public ScheduleCreateOrUpdateProperties (DateTimeOffset startTime, string frequency);
new Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateProperties : DateTimeOffset * string -> Microsoft.Azure.Management.Automation.Models.ScheduleCreateOrUpdateProperties
Public Sub New (startTime As DateTimeOffset, frequency As String)

Parameters

startTime
DateTimeOffset
frequency
String

Applies to