IScheduleOperations Interface

Definição

Operações scheduleOperations.

public interface IScheduleOperations
type IScheduleOperations = interface
Public Interface IScheduleOperations

Métodos

CreateOrUpdateAsync(String, String, ScheduleCreateOrUpdateParameters, CancellationToken)

Operações scheduleOperations.

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

Crie uma agenda. http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(String, String, String, CancellationToken)

Operações scheduleOperations.

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

Elimine a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

GetAsync(String, String, String, CancellationToken)

Operações scheduleOperations.

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

Obtenha a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

ListAsync(String, String, CancellationToken)

Operações scheduleOperations.

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

Obtenha uma lista de agendamentos. http://aka.ms/azureautomationsdk/scheduleoperations

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

Obtenha uma lista de agendamentos. http://aka.ms/azureautomationsdk/scheduleoperations

ListNextAsync(String, CancellationToken)

Operações scheduleOperations.

PatchAsync(String, String, SchedulePatchParameters, CancellationToken)

Operações scheduleOperations.

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

Atualize a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

Métodos da Extensão

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

Operações scheduleOperations.

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

Crie uma agenda. http://aka.ms/azureautomationsdk/scheduleoperations

CreateOrUpdateAsync(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

Operações scheduleOperations.

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

Crie uma agenda. http://aka.ms/azureautomationsdk/scheduleoperations

Delete(IScheduleOperations, String, String, String)

Elimine a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(IScheduleOperations, String, String, String)

Operações scheduleOperations.

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

Elimine a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

Get(IScheduleOperations, String, String, String)

Obtenha a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

GetAsync(IScheduleOperations, String, String, String)

Operações scheduleOperations.

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

Obtenha a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

List(IScheduleOperations, String, String)

Operações scheduleOperations.

ListAsync(IScheduleOperations, String, String)

Operações scheduleOperations.

ListByAutomationAccount(IScheduleOperations, String, String)

Obtenha uma lista de agendamentos. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountAsync(IScheduleOperations, String, String, CancellationToken)

Obtenha uma lista de agendamentos. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNext(IScheduleOperations, String)

Obtenha uma lista de agendamentos. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNextAsync(IScheduleOperations, String, CancellationToken)

Obtenha uma lista de agendamentos. http://aka.ms/azureautomationsdk/scheduleoperations

ListNext(IScheduleOperations, String)

Operações scheduleOperations.

ListNextAsync(IScheduleOperations, String)

Operações scheduleOperations.

Patch(IScheduleOperations, String, String, SchedulePatchParameters)

Operações scheduleOperations.

PatchAsync(IScheduleOperations, String, String, SchedulePatchParameters)

Operações scheduleOperations.

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

Atualize a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

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

Atualize a agenda identificada pelo nome da agenda. http://aka.ms/azureautomationsdk/scheduleoperations

Aplica-se a