SourceControlOperations interface
代表 SourceControlOperations 的介面。
方法
方法詳細資料
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, SourceControlCreateOrUpdateOptionalParams)
建立原始檔控制。
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options?: SourceControlCreateOrUpdateOptionalParams): Promise<SourceControl>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制名稱。
- parameters
- SourceControlCreateOrUpdateParameters
提供給建立或更新原始檔控制作業的參數。
選項參數。
傳回
Promise<SourceControl>
delete(string, string, string, SourceControlDeleteOptionalParams)
刪除原始檔控制。
function delete(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制的名稱。
選項參數。
傳回
Promise<void>
get(string, string, string, SourceControlGetOptionalParams)
擷取原始檔控制名稱所識別的原始檔控制。
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: SourceControlGetOptionalParams): Promise<SourceControl>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制的名稱。
- options
- SourceControlGetOptionalParams
選項參數。
傳回
Promise<SourceControl>
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)
擷取原始檔控件的清單。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: SourceControlListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
選項參數。
傳回
update(string, string, string, SourceControlUpdateParameters, SourceControlUpdateOptionalParams)
更新原始檔控制。
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options?: SourceControlUpdateOptionalParams): Promise<SourceControl>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制名稱。
- parameters
- SourceControlUpdateParameters
提供給更新原始檔控制作業的參數。
選項參數。
傳回
Promise<SourceControl>