Freigeben über


ISourceControlOperations Schnittstelle

Definition

SourceControlOperations-Vorgänge.

public interface ISourceControlOperations
type ISourceControlOperations = interface
Public Interface ISourceControlOperations

Methoden

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

Erstellen Sie eine Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Löschen Sie die Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Rufen Sie die Durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Ruft eine Liste der Quellsteuerelemente ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Ruft eine Liste der Quellsteuerelemente ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Aktualisieren sie eine Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

Erweiterungsmethoden

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

Erstellen Sie eine Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Erstellen Sie eine Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

Delete(ISourceControlOperations, String, String, String)

Löschen Sie die Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Löschen Sie die Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

Get(ISourceControlOperations, String, String, String)

Rufen Sie die Durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Rufen Sie die Durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccount(ISourceControlOperations, String, String, String)

Ruft eine Liste der Quellsteuerelemente ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Ruft eine Liste der Quellsteuerelemente ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNext(ISourceControlOperations, String)

Ruft eine Liste der Quellsteuerelemente ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNextAsync(ISourceControlOperations, String, CancellationToken)

Ruft eine Liste der Quellsteuerelemente ab. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Aktualisieren sie eine Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Aktualisieren sie eine Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

Gilt für: