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
Create(IJobScheduleOperations, String, JobScheduleCreateParameters)

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

CreateAsync(IJobScheduleOperations, String, JobScheduleCreateParameters)

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

Delete(IJobScheduleOperations, String, Guid)

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

DeleteAsync(IJobScheduleOperations, String, Guid)

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

Get(IJobScheduleOperations, String, Guid)

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

GetAsync(IJobScheduleOperations, String, Guid)

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

List(IJobScheduleOperations, String)

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

ListAsync(IJobScheduleOperations, String)

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

ListNext(IJobScheduleOperations, String)

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

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