Share via


ScheduleCreateProperties Constructor (DateTimeOffset, String)

 

Initializes a new instance of the ScheduleCreateProperties class with required arguments.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public ScheduleCreateProperties(
    DateTimeOffset startTime,
    string frequency
)
public:
ScheduleCreateProperties(
    DateTimeOffset startTime,
    String^ frequency
)
new : 
        startTime:DateTimeOffset *
        frequency:string -> ScheduleCreateProperties
Public Sub New (
    startTime As DateTimeOffset,
    frequency As String
)

See Also

ScheduleCreateProperties Overload
ScheduleCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top