Condividi tramite


IScheduleOperations Interfaccia

Definizione

Operazioni ScheduleOperations.

public interface IScheduleOperations
type IScheduleOperations = interface
Public Interface IScheduleOperations

Metodi

CreateOrUpdateAsync(String, String, ScheduleCreateOrUpdateParameters, CancellationToken)

Operazioni ScheduleOperations.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ScheduleCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Creare una pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(String, String, String, CancellationToken)

Operazioni ScheduleOperations.

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

Eliminare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

GetAsync(String, String, String, CancellationToken)

Operazioni ScheduleOperations.

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

Recuperare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

ListAsync(String, String, CancellationToken)

Operazioni ScheduleOperations.

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

Recuperare un elenco di pianificazioni. http://aka.ms/azureautomationsdk/scheduleoperations

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

Recuperare un elenco di pianificazioni. http://aka.ms/azureautomationsdk/scheduleoperations

ListNextAsync(String, CancellationToken)

Operazioni ScheduleOperations.

PatchAsync(String, String, SchedulePatchParameters, CancellationToken)

Operazioni ScheduleOperations.

UpdateWithHttpMessagesAsync(String, String, String, ScheduleUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Aggiornare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

Metodi di estensione

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

Operazioni ScheduleOperations.

CreateOrUpdate(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters)

Creare una pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

CreateOrUpdateAsync(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

Operazioni ScheduleOperations.

CreateOrUpdateAsync(IScheduleOperations, String, String, String, ScheduleCreateOrUpdateParameters, CancellationToken)

Creare una pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

Delete(IScheduleOperations, String, String, String)

Eliminare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(IScheduleOperations, String, String, String)

Operazioni ScheduleOperations.

DeleteAsync(IScheduleOperations, String, String, String, CancellationToken)

Eliminare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

Get(IScheduleOperations, String, String, String)

Recuperare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

GetAsync(IScheduleOperations, String, String, String)

Operazioni ScheduleOperations.

GetAsync(IScheduleOperations, String, String, String, CancellationToken)

Recuperare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

List(IScheduleOperations, String, String)

Operazioni ScheduleOperations.

ListAsync(IScheduleOperations, String, String)

Operazioni ScheduleOperations.

ListByAutomationAccount(IScheduleOperations, String, String)

Recuperare un elenco di pianificazioni. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountAsync(IScheduleOperations, String, String, CancellationToken)

Recuperare un elenco di pianificazioni. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNext(IScheduleOperations, String)

Recuperare un elenco di pianificazioni. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNextAsync(IScheduleOperations, String, CancellationToken)

Recuperare un elenco di pianificazioni. http://aka.ms/azureautomationsdk/scheduleoperations

ListNext(IScheduleOperations, String)

Operazioni ScheduleOperations.

ListNextAsync(IScheduleOperations, String)

Operazioni ScheduleOperations.

Patch(IScheduleOperations, String, String, SchedulePatchParameters)

Operazioni ScheduleOperations.

PatchAsync(IScheduleOperations, String, String, SchedulePatchParameters)

Operazioni ScheduleOperations.

Update(IScheduleOperations, String, String, String, ScheduleUpdateParameters)

Aggiornare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

UpdateAsync(IScheduleOperations, String, String, String, ScheduleUpdateParameters, CancellationToken)

Aggiornare la pianificazione identificata dal nome della pianificazione. http://aka.ms/azureautomationsdk/scheduleoperations

Si applica a