共用方式為


AutomationAccountOperations class

代表 AutomationAccountOperations 的類別。

建構函式

AutomationAccountOperations(AutomationClientContext)

建立 AutomationAccountOperations。

方法

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase)

建立或更新自動化帳戶。

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)
createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, ServiceCallback<AutomationAccount>)
deleteMethod(string, string, RequestOptionsBase)

刪除自動化帳戶。

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

取得自動化帳戶的相關信息。

get(string, string, RequestOptionsBase, ServiceCallback<AutomationAccount>)
get(string, string, ServiceCallback<AutomationAccount>)
list(RequestOptionsBase)

擷取指定訂用帳戶內的帳戶清單。

list(RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
list(ServiceCallback<AutomationAccountListResult>)
listByResourceGroup(string, RequestOptionsBase)

擷取指定資源群組內的帳戶清單。

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listByResourceGroup(string, ServiceCallback<AutomationAccountListResult>)
listByResourceGroupNext(string, RequestOptionsBase)

擷取指定資源群組內的帳戶清單。

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listByResourceGroupNext(string, ServiceCallback<AutomationAccountListResult>)
listNext(string, RequestOptionsBase)

擷取指定訂用帳戶內的帳戶清單。

listNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)
listNext(string, ServiceCallback<AutomationAccountListResult>)
update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase)

更新自動化帳戶。

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)
update(string, string, AutomationAccountUpdateParameters, ServiceCallback<AutomationAccount>)

建構函式詳細資料

AutomationAccountOperations(AutomationClientContext)

建立 AutomationAccountOperations。

new AutomationAccountOperations(client: AutomationClientContext)

參數

client
AutomationClientContext

服務客戶端的參考。

方法詳細資料

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase)

建立或更新自動化帳戶。

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<AutomationAccountCreateOrUpdateResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

parameters
AutomationAccountCreateOrUpdateParameters

提供給建立或更新自動化帳戶的參數。

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.AutomationAccountCreateOrUpdateResponse>

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccount>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

parameters
AutomationAccountCreateOrUpdateParameters

提供給建立或更新自動化帳戶的參數。

options
RequestOptionsBase

選擇性參數

createOrUpdate(string, string, AutomationAccountCreateOrUpdateParameters, ServiceCallback<AutomationAccount>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountCreateOrUpdateParameters, callback: ServiceCallback<AutomationAccount>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

parameters
AutomationAccountCreateOrUpdateParameters

提供給建立或更新自動化帳戶的參數。

deleteMethod(string, string, RequestOptionsBase)

刪除自動化帳戶。

function deleteMethod(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<RestResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<void>

回呼

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<void>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

callback

ServiceCallback<void>

回呼

get(string, string, RequestOptionsBase)

取得自動化帳戶的相關信息。

function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<AutomationAccountGetResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.AutomationAccountGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<AutomationAccount>)

function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccount>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

options
RequestOptionsBase

選擇性參數

get(string, string, ServiceCallback<AutomationAccount>)

function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<AutomationAccount>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

list(RequestOptionsBase)

擷取指定訂用帳戶內的帳戶清單。

function list(options?: RequestOptionsBase): Promise<AutomationAccountListResponse>

參數

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.AutomationAccountListResponse>

list(RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

參數

options
RequestOptionsBase

選擇性參數

list(ServiceCallback<AutomationAccountListResult>)

function list(callback: ServiceCallback<AutomationAccountListResult>)

參數

listByResourceGroup(string, RequestOptionsBase)

擷取指定資源群組內的帳戶清單。

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<AutomationAccountListByResourceGroupResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.AutomationAccountListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

options
RequestOptionsBase

選擇性參數

listByResourceGroup(string, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<AutomationAccountListResult>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

listByResourceGroupNext(string, RequestOptionsBase)

擷取指定資源群組內的帳戶清單。

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<AutomationAccountListByResourceGroupNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.AutomationAccountListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listByResourceGroupNext(string, ServiceCallback<AutomationAccountListResult>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<AutomationAccountListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

listNext(string, RequestOptionsBase)

擷取指定訂用帳戶內的帳戶清單。

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<AutomationAccountListNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.AutomationAccountListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<AutomationAccountListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccountListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

listNext(string, ServiceCallback<AutomationAccountListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<AutomationAccountListResult>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase)

更新自動化帳戶。

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, options?: RequestOptionsBase): Promise<AutomationAccountUpdateResponse>

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

parameters
AutomationAccountUpdateParameters

提供給更新自動化帳戶的參數。

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.AutomationAccountUpdateResponse>

update(string, string, AutomationAccountUpdateParameters, RequestOptionsBase, ServiceCallback<AutomationAccount>)

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<AutomationAccount>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

parameters
AutomationAccountUpdateParameters

提供給更新自動化帳戶的參數。

options
RequestOptionsBase

選擇性參數

update(string, string, AutomationAccountUpdateParameters, ServiceCallback<AutomationAccount>)

function update(resourceGroupName: string, automationAccountName: string, parameters: AutomationAccountUpdateParameters, callback: ServiceCallback<AutomationAccount>)

參數

resourceGroupName

string

Azure 資源群組的名稱。

automationAccountName

string

自動化帳戶的名稱。

parameters
AutomationAccountUpdateParameters

提供給更新自動化帳戶的參數。