Share via


JobScheduleOperationsExtensions Class

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.JobScheduleOperationsExtensions

Syntax

public static class JobScheduleOperationsExtensions
[ExtensionAttribute]
public ref class JobScheduleOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type JobScheduleOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class JobScheduleOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IJobScheduleOperations, String, JobScheduleCreateParameters)

Create a job schedule. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IJobScheduleOperations, String, JobScheduleCreateParameters)

Create a job schedule. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static Delete(IJobScheduleOperations, String, Guid)

Delete the job schedule identified by job schedule name. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IJobScheduleOperations, String, Guid)

Delete the job schedule identified by job schedule name. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static Get(IJobScheduleOperations, String, Guid)

Retrieve the job schedule identified by job schedule name. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IJobScheduleOperations, String, Guid)

Retrieve the job schedule identified by job schedule name. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static List(IJobScheduleOperations, String)

Retrieve a list of job schedules. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IJobScheduleOperations, String)

Retrieve a list of job schedules. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static ListNext(IJobScheduleOperations, String)

Retrieve next list of schedules. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IJobScheduleOperations, String)

Retrieve next list of schedules. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top