AutomationManagementClient.JobSchedules 属性
自动化作业计划的服务操作。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public virtual IJobScheduleOperations JobSchedules { get; }
public:
property IJobScheduleOperations^ JobSchedules {
virtual IJobScheduleOperations^ get();
}
abstract JobSchedules : IJobScheduleOperations with get
override JobSchedules : IJobScheduleOperations with get
Public Overridable ReadOnly Property JobSchedules As IJobScheduleOperations
属性值
Type: Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations
实施
IAutomationManagementClient.JobSchedules
请参阅
AutomationManagementClient 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首