ModuleOperations class
代表ModuleOperations的類別。
建構函式
Module |
建立 ModuleOperations。 |
方法
建構函式詳細資料
ModuleOperations(AutomationClientContext)
建立 ModuleOperations。
new ModuleOperations(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務客戶端的參考。
方法詳細資料
createOrUpdate(string, string, string, ModuleCreateOrUpdateParameters, RequestOptionsBase)
建立或更新模組名稱所識別的模組。
function createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ModuleCreateOrUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組的名稱。
- parameters
- ModuleCreateOrUpdateParameters
模組的建立或更新參數。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModuleCreateOrUpdateResponse>
Promise<Models.ModuleCreateOrUpdateResponse>
createOrUpdate(string, string, string, ModuleCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Module>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Module>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組的名稱。
- parameters
- ModuleCreateOrUpdateParameters
模組的建立或更新參數。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
createOrUpdate(string, string, string, ModuleCreateOrUpdateParameters, ServiceCallback<Module>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleCreateOrUpdateParameters, callback: ServiceCallback<Module>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組的名稱。
- parameters
- ModuleCreateOrUpdateParameters
模組的建立或更新參數。
- callback
回呼
deleteMethod(string, string, string, RequestOptionsBase)
依名稱刪除模組。
function deleteMethod(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, moduleName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, moduleName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組名稱。
- callback
-
ServiceCallback<void>
回呼
get(string, string, string, RequestOptionsBase)
擷取模組名稱所識別的模組。
function get(resourceGroupName: string, automationAccountName: string, moduleName: string, options?: RequestOptionsBase): Promise<ModuleGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModuleGetResponse>
Promise<Models.ModuleGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<Module>)
function get(resourceGroupName: string, automationAccountName: string, moduleName: string, options: RequestOptionsBase, callback: ServiceCallback<Module>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, string, ServiceCallback<Module>)
function get(resourceGroupName: string, automationAccountName: string, moduleName: string, callback: ServiceCallback<Module>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組名稱。
- callback
回呼
listByAutomationAccount(string, string, RequestOptionsBase)
擷取模組清單。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ModuleListByAutomationAccountResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<Models.ModuleListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ModuleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ModuleListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByAutomationAccount(string, string, ServiceCallback<ModuleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ModuleListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- callback
回呼
listByAutomationAccountNext(string, RequestOptionsBase)
擷取模組清單。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ModuleListByAutomationAccountNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<Models.ModuleListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ModuleListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ModuleListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
listByAutomationAccountNext(string, ServiceCallback<ModuleListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ModuleListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- callback
回呼
update(string, string, string, ModuleUpdateParameters, RequestOptionsBase)
更新模組名稱所識別的模組。
function update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleUpdateParameters, options?: RequestOptionsBase): Promise<ModuleUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組的名稱。
- parameters
- ModuleUpdateParameters
模組的更新參數。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<ModuleUpdateResponse>
Promise<Models.ModuleUpdateResponse>
update(string, string, string, ModuleUpdateParameters, RequestOptionsBase, ServiceCallback<Module>)
function update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Module>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組的名稱。
- parameters
- ModuleUpdateParameters
模組的更新參數。
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
update(string, string, string, ModuleUpdateParameters, ServiceCallback<Module>)
function update(resourceGroupName: string, automationAccountName: string, moduleName: string, parameters: ModuleUpdateParameters, callback: ServiceCallback<Module>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- moduleName
-
string
模組的名稱。
- parameters
- ModuleUpdateParameters
模組的更新參數。
- callback
回呼