共用方式為


JobScheduleCreateProperties Class

Definition

The parameters supplied to the create job schedule operation.

public class JobScheduleCreateProperties
type JobScheduleCreateProperties = class
Public Class JobScheduleCreateProperties
Inheritance
JobScheduleCreateProperties

Constructors

JobScheduleCreateProperties()

Initializes a new instance of the JobScheduleCreateProperties class.

JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

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

Properties

Parameters

Optional. Gets or sets a list of job properties.

Runbook

Required. Gets or sets the runbook.

Schedule

Required. Gets or sets the schedule.

Applies to