ScheduleCreateOrUpdateProperties 建構函式

定義

多載

ScheduleCreateOrUpdateProperties()
ScheduleCreateOrUpdateProperties(DateTimeOffset, String)

ScheduleCreateOrUpdateProperties()

public ScheduleCreateOrUpdateProperties ();
Public Sub New ()

適用於

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)

參數

startTime
DateTimeOffset
frequency
String

適用於