JobScheduleCreateParameters Constructors

Definition

Overloads

JobScheduleCreateParameters()

Initializes a new instance of the JobScheduleCreateParameters class.

JobScheduleCreateParameters(JobScheduleCreateProperties)

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

JobScheduleCreateParameters()

Initializes a new instance of the JobScheduleCreateParameters class.

public JobScheduleCreateParameters ();
Public Sub New ()

Applies to

JobScheduleCreateParameters(JobScheduleCreateProperties)

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

public JobScheduleCreateParameters (Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties properties);
new Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties -> Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (properties As JobScheduleCreateProperties)

Parameters

Applies to