JobScheduleCreateParameters Constructors

Definition

Overloads

Name Description
JobScheduleCreateParameters()

Initializes a new instance of the JobScheduleCreateParameters class.

JobScheduleCreateParameters(JobScheduleCreateProperties)

JobScheduleCreateParameters()

Initializes a new instance of the JobScheduleCreateParameters class.

public JobScheduleCreateParameters();
Public Sub New ()

Applies to

JobScheduleCreateParameters(JobScheduleCreateProperties)

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

Parameters

Applies to