IJobScheduleOperations Interface

 

Service operation for automation job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

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

public interface class IJobScheduleOperations

NameDescription
System_CAPS_pubmethodCreateAsync(String^, JobScheduleCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync(String^, Guid, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String^, Guid, CancellationToken)

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

System_CAPS_pubmethodListAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(String^, JobScheduleCreateParameters^)

Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)(Defined by JobScheduleOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(String^, JobScheduleCreateParameters^)

Create a job schedule. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)(Defined by JobScheduleOperationsExtensions.)

System_CAPS_pubmethodDelete(String^, Guid)

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

System_CAPS_pubmethodDeleteAsync(String^, Guid)

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

System_CAPS_pubmethodGet(String^, Guid)

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

System_CAPS_pubmethodGetAsync(String^, Guid)

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

System_CAPS_pubmethodList(String^)

Retrieve a list of job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)(Defined by JobScheduleOperationsExtensions.)

System_CAPS_pubmethodListAsync(String^)

Retrieve a list of job schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)(Defined by JobScheduleOperationsExtensions.)

System_CAPS_pubmethodListNext(String^)

Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)(Defined by JobScheduleOperationsExtensions.)

System_CAPS_pubmethodListNextAsync(String^)

Retrieve next list of schedules. (see http://aka.ms/azureautomationsdk/jobscheduleoperations for more information)(Defined by JobScheduleOperationsExtensions.)

Return to top
Show: