ISourceControlSyncJobOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Azure SDK for .NET