ISourceControlOperations Gränssnitt

Definition

SourceControlOperations-åtgärder.

public interface ISourceControlOperations
type ISourceControlOperations = interface
Public Interface ISourceControlOperations

Metoder

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

Skapa en källkontroll. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Ta bort källkontrollen. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Hämta källkontrollen som identifieras med källkontrollnamnet. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Hämta en lista över källkontroller. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Hämta en lista över källkontroller. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Uppdatera en källkontroll. http://aka.ms/azureautomationsdk/sourcecontroloperations

Tilläggsmetoder

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

Skapa en källkontroll. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Skapa en källkontroll. http://aka.ms/azureautomationsdk/sourcecontroloperations

Delete(ISourceControlOperations, String, String, String)

Ta bort källkontrollen. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Ta bort källkontrollen. http://aka.ms/azureautomationsdk/sourcecontroloperations

Get(ISourceControlOperations, String, String, String)

Hämta källkontrollen som identifieras med källkontrollnamnet. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Hämta källkontrollen som identifieras med källkontrollnamnet. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccount(ISourceControlOperations, String, String, String)

Hämta en lista över källkontroller. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Hämta en lista över källkontroller. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNext(ISourceControlOperations, String)

Hämta en lista över källkontroller. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNextAsync(ISourceControlOperations, String, CancellationToken)

Hämta en lista över källkontroller. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Uppdatera en källkontroll. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Uppdatera en källkontroll. http://aka.ms/azureautomationsdk/sourcecontroloperations

Gäller för