Condividi tramite


IJobScheduleOperations Interfaccia

Definizione

Operazioni JobScheduleOperations.

public interface IJobScheduleOperations
type IJobScheduleOperations = interface
Public Interface IJobScheduleOperations

Metodi

CreateAsync(String, String, JobScheduleCreateParameters, CancellationToken)

Operazioni JobScheduleOperations.

CreateWithHttpMessagesAsync(String, String, Guid, JobScheduleCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Creare una pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

DeleteAsync(String, String, Guid, CancellationToken)

Operazioni JobScheduleOperations.

DeleteWithHttpMessagesAsync(String, String, Guid, Dictionary<String,List<String>>, CancellationToken)

Eliminare la pianificazione del processo identificata dal nome della pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

GetAsync(String, String, Guid, CancellationToken)

Operazioni JobScheduleOperations.

GetWithHttpMessagesAsync(String, String, Guid, Dictionary<String,List<String>>, CancellationToken)

Recuperare la pianificazione del processo identificata dal nome della pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListAsync(String, String, CancellationToken)

Operazioni JobScheduleOperations.

ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Recuperare un elenco di pianificazioni del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<JobSchedule>, Dictionary<String,List<String>>, CancellationToken)

Recuperare un elenco di pianificazioni del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListNextAsync(String, CancellationToken)

Operazioni JobScheduleOperations.

Metodi di estensione

Create(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

Operazioni JobScheduleOperations.

Create(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters)

Creare una pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

CreateAsync(IJobScheduleOperations, String, String, JobScheduleCreateParameters)

Operazioni JobScheduleOperations.

CreateAsync(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters, CancellationToken)

Creare una pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

Delete(IJobScheduleOperations, String, String, Guid)

Eliminare la pianificazione del processo identificata dal nome della pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

DeleteAsync(IJobScheduleOperations, String, String, Guid)

Operazioni JobScheduleOperations.

DeleteAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

Eliminare la pianificazione del processo identificata dal nome della pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

Get(IJobScheduleOperations, String, String, Guid)

Recuperare la pianificazione del processo identificata dal nome della pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

GetAsync(IJobScheduleOperations, String, String, Guid)

Operazioni JobScheduleOperations.

GetAsync(IJobScheduleOperations, String, String, Guid, CancellationToken)

Recuperare la pianificazione del processo identificata dal nome della pianificazione del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

List(IJobScheduleOperations, String, String)

Operazioni JobScheduleOperations.

ListAsync(IJobScheduleOperations, String, String)

Operazioni JobScheduleOperations.

ListByAutomationAccount(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>)

Recuperare un elenco di pianificazioni del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountAsync(IJobScheduleOperations, String, String, ODataQuery<JobSchedule>, CancellationToken)

Recuperare un elenco di pianificazioni del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNext(IJobScheduleOperations, String)

Recuperare un elenco di pianificazioni del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListByAutomationAccountNextAsync(IJobScheduleOperations, String, CancellationToken)

Recuperare un elenco di pianificazioni del processo. http://aka.ms/azureautomationsdk/jobscheduleoperations

ListNext(IJobScheduleOperations, String)

Operazioni JobScheduleOperations.

ListNextAsync(IJobScheduleOperations, String)

Operazioni JobScheduleOperations.

Si applica a