Share via


IScheduleOperations Gränssnitt

Definition

ScheduleOperations-åtgärder.

public interface IScheduleOperations
type IScheduleOperations = interface
Public Interface IScheduleOperations

Metoder

CreateOrUpdateAsync(String, String, ScheduleCreateOrUpdateParameters, CancellationToken)

ScheduleOperations-åtgärder.

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

Skapa ett schema. http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(String, String, String, CancellationToken)

ScheduleOperations-åtgärder.

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

Ta bort schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

GetAsync(String, String, String, CancellationToken)

ScheduleOperations-åtgärder.

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

Hämta schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

ListAsync(String, String, CancellationToken)

ScheduleOperations-åtgärder.

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

Hämta en lista med scheman. http://aka.ms/azureautomationsdk/scheduleoperations

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

Hämta en lista med scheman. http://aka.ms/azureautomationsdk/scheduleoperations

ListNextAsync(String, CancellationToken)

ScheduleOperations-åtgärder.

PatchAsync(String, String, SchedulePatchParameters, CancellationToken)

ScheduleOperations-åtgärder.

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

Uppdatera schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

Tilläggsmetoder

CreateOrUpdate(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

ScheduleOperations-åtgärder.

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

Skapa ett schema. http://aka.ms/azureautomationsdk/scheduleoperations

CreateOrUpdateAsync(IScheduleOperations, String, String, ScheduleCreateOrUpdateParameters)

ScheduleOperations-åtgärder.

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

Skapa ett schema. http://aka.ms/azureautomationsdk/scheduleoperations

Delete(IScheduleOperations, String, String, String)

Ta bort schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

DeleteAsync(IScheduleOperations, String, String, String)

ScheduleOperations-åtgärder.

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

Ta bort schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

Get(IScheduleOperations, String, String, String)

Hämta schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

GetAsync(IScheduleOperations, String, String, String)

ScheduleOperations-åtgärder.

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

Hämta schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

List(IScheduleOperations, String, String)

ScheduleOperations-åtgärder.

ListAsync(IScheduleOperations, String, String)

ScheduleOperations-åtgärder.

ListByAutomationAccount(IScheduleOperations, String, String)

Hämta en lista med scheman. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountAsync(IScheduleOperations, String, String, CancellationToken)

Hämta en lista med scheman. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNext(IScheduleOperations, String)

Hämta en lista med scheman. http://aka.ms/azureautomationsdk/scheduleoperations

ListByAutomationAccountNextAsync(IScheduleOperations, String, CancellationToken)

Hämta en lista med scheman. http://aka.ms/azureautomationsdk/scheduleoperations

ListNext(IScheduleOperations, String)

ScheduleOperations-åtgärder.

ListNextAsync(IScheduleOperations, String)

ScheduleOperations-åtgärder.

Patch(IScheduleOperations, String, String, SchedulePatchParameters)

ScheduleOperations-åtgärder.

PatchAsync(IScheduleOperations, String, String, SchedulePatchParameters)

ScheduleOperations-åtgärder.

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

Uppdatera schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

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

Uppdatera schemat som identifieras med schemanamnet. http://aka.ms/azureautomationsdk/scheduleoperations

Gäller för