共用方式為


ISourceControlOperations 介面

定義

SourceControlOperations 作業。

public interface ISourceControlOperations
type ISourceControlOperations = interface
Public Interface ISourceControlOperations

方法

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

建立原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

刪除原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

擷取原始檔控制名稱所識別的原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

擷取原始檔控制項的清單。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

擷取原始檔控制項的清單。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

更新原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

擴充方法

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

建立原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

建立原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

Delete(ISourceControlOperations, String, String, String)

刪除原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

刪除原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

Get(ISourceControlOperations, String, String, String)

擷取原始檔控制名稱所識別的原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

擷取原始檔控制名稱所識別的原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccount(ISourceControlOperations, String, String, String)

擷取原始檔控制項的清單。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

擷取原始檔控制項的清單。 http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNext(ISourceControlOperations, String)

擷取原始檔控制項的清單。 http://aka.ms/azureautomationsdk/sourcecontroloperations

ListByAutomationAccountNextAsync(ISourceControlOperations, String, CancellationToken)

擷取原始檔控制項的清單。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

更新原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

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

更新原始檔控制。 http://aka.ms/azureautomationsdk/sourcecontroloperations

適用於