SourceControlOperations class
代表 SourceControlOperations 的類別。
建構函式
Source |
建立 SourceControlOperations。 |
方法
建構函式詳細資料
SourceControlOperations(AutomationClientContext)
建立 SourceControlOperations。
new SourceControlOperations(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務用戶端的參考。
方法詳細資料
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase)
建立原始檔控制。
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<SourceControlCreateOrUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制名稱。
- parameters
- SourceControlCreateOrUpdateParameters
提供給建立或更新原始檔控制作業的參數。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<SourceControlCreateOrUpdateResponse>
Promise < Models.SourceControlCreateOrUpdateResponse>
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制名稱。
- parameters
- SourceControlCreateOrUpdateParameters
提供給建立或更新原始檔控制作業的參數。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
createOrUpdate(string, string, string, SourceControlCreateOrUpdateParameters, ServiceCallback<SourceControl>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlCreateOrUpdateParameters, callback: ServiceCallback<SourceControl>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制名稱。
- parameters
- SourceControlCreateOrUpdateParameters
提供給建立或更新原始檔控制作業的參數。
- callback
回呼
deleteMethod(string, string, string, RequestOptionsBase)
刪除原始檔控制。
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
Promise < msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制的名稱。
- callback
-
ServiceCallback<void>
回呼
get(string, string, string, RequestOptionsBase)
擷取原始檔控制名稱所識別的原始檔控制。
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options?: RequestOptionsBase): Promise<SourceControlGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<SourceControlGetResponse>
Promise < Models.SourceControlGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<SourceControl>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, string, ServiceCallback<SourceControl>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, callback: ServiceCallback<SourceControl>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制的名稱。
- callback
回呼
listByAutomationAccount(string, string, ServiceCallback<SourceControlListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<SourceControlListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- callback
回呼
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams)
擷取來源控制項的清單。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: SourceControlListByAutomationAccountOptionalParams): Promise<SourceControlListByAutomationAccountResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
選擇性參數
傳回
Promise < Models.SourceControlListByAutomationAccountResponse>
listByAutomationAccount(string, string, SourceControlListByAutomationAccountOptionalParams, ServiceCallback<SourceControlListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: SourceControlListByAutomationAccountOptionalParams, callback: ServiceCallback<SourceControlListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
選擇性參數
- callback
回呼
listByAutomationAccountNext(string, RequestOptionsBase)
擷取來源控制項的清單。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlListByAutomationAccountNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.SourceControlListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<SourceControlListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByAutomationAccountNext(string, ServiceCallback<SourceControlListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<SourceControlListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼
update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase)
更新原始檔控制。
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options?: RequestOptionsBase): Promise<SourceControlUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制名稱。
- parameters
- SourceControlUpdateParameters
提供給更新原始檔控制作業的參數。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<SourceControlUpdateResponse>
Promise < Models.SourceControlUpdateResponse>
update(string, string, string, SourceControlUpdateParameters, RequestOptionsBase, ServiceCallback<SourceControl>)
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<SourceControl>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制名稱。
- parameters
- SourceControlUpdateParameters
提供給更新原始檔控制作業的參數。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
update(string, string, string, SourceControlUpdateParameters, ServiceCallback<SourceControl>)
function update(resourceGroupName: string, automationAccountName: string, sourceControlName: string, parameters: SourceControlUpdateParameters, callback: ServiceCallback<SourceControl>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- sourceControlName
-
string
原始檔控制名稱。
- parameters
- SourceControlUpdateParameters
提供給更新原始檔控制作業的參數。
- callback
回呼