ISourceControlSyncJobOperations Interface

Definition

SourceControlSyncJobOperations operations.

public interface ISourceControlSyncJobOperations
type ISourceControlSyncJobOperations = interface
Public Interface ISourceControlSyncJobOperations

Methods

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

Creates the sync job for a source control. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

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

Retrieve the source control sync job identified by job id. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

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

Retrieve a list of source control sync jobs. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

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

Retrieve a list of source control sync jobs. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

Extension Methods

Create(ISourceControlSyncJobOperations, String, String, String, Guid, SourceControlSyncJobCreateParameters)

Creates the sync job for a source control. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

CreateAsync(ISourceControlSyncJobOperations, String, String, String, Guid, SourceControlSyncJobCreateParameters, CancellationToken)

Creates the sync job for a source control. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

Get(ISourceControlSyncJobOperations, String, String, String, Guid)

Retrieve the source control sync job identified by job id. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

GetAsync(ISourceControlSyncJobOperations, String, String, String, Guid, CancellationToken)

Retrieve the source control sync job identified by job id. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

ListByAutomationAccount(ISourceControlSyncJobOperations, String, String, String, String)

Retrieve a list of source control sync jobs. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

ListByAutomationAccountAsync(ISourceControlSyncJobOperations, String, String, String, String, CancellationToken)

Retrieve a list of source control sync jobs. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

ListByAutomationAccountNext(ISourceControlSyncJobOperations, String)

Retrieve a list of source control sync jobs. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

ListByAutomationAccountNextAsync(ISourceControlSyncJobOperations, String, CancellationToken)

Retrieve a list of source control sync jobs. http://aka.ms/azureautomationsdk/sourcecontrolsyncjoboperations

Applies to