你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobScheduleCreateProperties 类

定义

提供给创建作业计划操作的参数。

public class JobScheduleCreateProperties
type JobScheduleCreateProperties = class
Public Class JobScheduleCreateProperties
继承
JobScheduleCreateProperties

构造函数

JobScheduleCreateProperties()

初始化 JobScheduleCreateProperties 类的新实例。

JobScheduleCreateProperties(ScheduleAssociationProperty, RunbookAssociationProperty)

使用必需的参数初始化 JobScheduleCreateProperties 类的新实例。

属性

Parameters

可选。 获取或设置作业属性的列表。

Runbook

必需。 获取或设置 Runbook。

Schedule

必需。 获取或设置计划。

适用于