JobScheduleOperationsExtensions 类
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
继承层次结构
System.Object
Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions
语法
public static class JobScheduleOperationsExtensions
[ExtensionAttribute]
public ref class JobScheduleOperationsExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type JobScheduleOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class JobScheduleOperationsExtensions
方法
名称 | 说明 | |
---|---|---|
Create(IJobScheduleOperations, String, JobScheduleCreateParameters) | 创建作业计划。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
CreateAsync(IJobScheduleOperations, String, JobScheduleCreateParameters) | 创建作业计划。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
Delete(IJobScheduleOperations, String, Guid) | 删除由作业计划名称标识该作业计划。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
DeleteAsync(IJobScheduleOperations, String, Guid) | 删除由作业计划名称标识该作业计划。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
Get(IJobScheduleOperations, String, Guid) | 检索由作业计划名称标识的作业日程安排。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
GetAsync(IJobScheduleOperations, String, Guid) | 检索由作业计划名称标识的作业日程安排。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
List(IJobScheduleOperations, String) | 检索作业计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
ListAsync(IJobScheduleOperations, String) | 检索作业计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
ListNext(IJobScheduleOperations, String) | 检索下一步计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
|
ListNextAsync(IJobScheduleOperations, String) | 检索下一步计划的列表。 (请参阅 https://aka.ms/azureautomationsdk/jobscheduleoperations 有关详细信息) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首