Condividi tramite


ISourceControlOperations Interfaccia

Definizione

Operazioni SourceControlOperations.

public interface ISourceControlOperations
type ISourceControlOperations = interface
Public Interface ISourceControlOperations

Metodi

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

Creare un controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Eliminare il controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Recuperare il controllo del codice sorgente identificato dal nome del controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Recuperare un elenco di controlli di origine. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Recuperare un elenco di controlli di origine. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Aggiornare un controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

Metodi di estensione

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

Creare un controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Creare un controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

Delete(ISourceControlOperations, String, String, String)

Eliminare il controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Eliminare il controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

Get(ISourceControlOperations, String, String, String)

Recuperare il controllo del codice sorgente identificato dal nome del controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Recuperare il controllo del codice sorgente identificato dal nome del controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccount(ISourceControlOperations, String, String, String)

Recuperare un elenco di controlli di origine. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Recuperare un elenco di controlli di origine. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNext(ISourceControlOperations, String)

Recuperare un elenco di controlli di origine. http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNextAsync(ISourceControlOperations, String, CancellationToken)

Recuperare un elenco di controlli di origine. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Aggiornare un controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Aggiornare un controllo del codice sorgente. http://aka.ms/azureautomationsdk/sourcecontroloperations

Si applica a