Delen via


ISourceControlOperations Interface

Definitie

SourceControlOperations-bewerkingen.

public interface ISourceControlOperations
type ISourceControlOperations = interface
Public Interface ISourceControlOperations

Methoden

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

Een broncodebeheer maken. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Verwijder het broncodebeheer. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Haal het broncodebeheer op dat is geïdentificeerd door de naam van het broncodebeheer. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Een lijst met bronbesturingselementen ophalen. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Een lijst met bronbesturingselementen ophalen. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Een broncodebeheer bijwerken. http://aka.ms/azureautomationsdk/sourcecontroloperations

Extensiemethoden

CreateOrUpdate(ISourceControlOperations, String, String, String, SourceControlCreateOrUpdateParameters)

Een broncodebeheer maken. http://aka.ms/azureautomationsdk/sourcecontroloperations

CreateOrUpdateAsync(ISourceControlOperations, String, String, String, SourceControlCreateOrUpdateParameters, CancellationToken)

Een broncodebeheer maken. http://aka.ms/azureautomationsdk/sourcecontroloperations

Delete(ISourceControlOperations, String, String, String)

Verwijder het broncodebeheer. http://aka.ms/azureautomationsdk/sourcecontroloperations

DeleteAsync(ISourceControlOperations, String, String, String, CancellationToken)

Verwijder het broncodebeheer. http://aka.ms/azureautomationsdk/sourcecontroloperations

Get(ISourceControlOperations, String, String, String)

Haal het broncodebeheer op dat is geïdentificeerd door de naam van het broncodebeheer. http://aka.ms/azureautomationsdk/sourcecontroloperations

GetAsync(ISourceControlOperations, String, String, String, CancellationToken)

Haal het broncodebeheer op dat is geïdentificeerd door de naam van het broncodebeheer. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccount(ISourceControlOperations, String, String, String)

Een lijst met bronbesturingselementen ophalen. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountAsync(ISourceControlOperations, String, String, String, CancellationToken)

Een lijst met bronbesturingselementen ophalen. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNext(ISourceControlOperations, String)

Een lijst met bronbesturingselementen ophalen. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNextAsync(ISourceControlOperations, String, CancellationToken)

Een lijst met bronbesturingselementen ophalen. http://aka.ms/azureautomationsdk/sourcecontroloperations

Update(ISourceControlOperations, String, String, String, SourceControlUpdateParameters)

Een broncodebeheer bijwerken. http://aka.ms/azureautomationsdk/sourcecontroloperations

UpdateAsync(ISourceControlOperations, String, String, String, SourceControlUpdateParameters, CancellationToken)

Een broncodebeheer bijwerken. http://aka.ms/azureautomationsdk/sourcecontroloperations

Van toepassing op