HybridRunbookWorkerGroupOperations class
代表 HybridRunbookWorkerGroupOperations 的類別。
建構函式
Hybrid |
建立 HybridRunbookWorkerGroupOperations。 |
方法
建構函式詳細資料
HybridRunbookWorkerGroupOperations(AutomationClientContext)
建立 HybridRunbookWorkerGroupOperations。
new HybridRunbookWorkerGroupOperations(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務用戶端的參考。
方法詳細資料
deleteMethod(string, string, string, RequestOptionsBase)
刪除混合式 Runbook 背景工作角色群組。
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: RequestOptionsBase): Promise<RestResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<RestResponse>
Promise < msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- options
- RequestOptionsBase
選擇性參數
- callback
-
ServiceCallback<void>
回呼
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: ServiceCallback<void>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- callback
-
ServiceCallback<void>
回呼
get(string, string, string, RequestOptionsBase)
擷取混合式 Runbook 背景工作角色群組。
function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- options
- RequestOptionsBase
選擇性參數
傳回
Promise<HybridRunbookWorkerGroupGetResponse>
Promise < Models.HybridRunbookWorkerGroupGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroup>)
function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroup>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
get(string, string, string, ServiceCallback<HybridRunbookWorkerGroup>)
function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: ServiceCallback<HybridRunbookWorkerGroup>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- callback
回呼
listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams)
擷取混合式 Runbook 背景工作角色群組的清單。
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams): Promise<HybridRunbookWorkerGroupListByAutomationAccountResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
傳回
Promise < Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>
listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
回呼
listByAutomationAccount(string, string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
回呼
listByAutomationAccountNext(string, RequestOptionsBase)
擷取混合式 Runbook 背景工作角色群組的清單。
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupListByAutomationAccountNextResponse>
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
- options
- RequestOptionsBase
選擇性參數
回呼
listByAutomationAccountNext(string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
參數
- nextPageLink
-
string
上一次成功呼叫 List 作業的 NextLink。
回呼
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase)
更新混合式 Runbook 背景工作角色群組。
function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupUpdateResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- parameters
- HybridRunbookWorkerGroupUpdateParameters
混合式 Runbook 背景工作角色群組
- options
- RequestOptionsBase
選擇性參數
傳回
Promise < Models.HybridRunbookWorkerGroupUpdateResponse>
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroup>)
function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroup>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- parameters
- HybridRunbookWorkerGroupUpdateParameters
混合式 Runbook 背景工作角色群組
- options
- RequestOptionsBase
選擇性參數
- callback
回呼
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, ServiceCallback<HybridRunbookWorkerGroup>)
function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, callback: ServiceCallback<HybridRunbookWorkerGroup>)
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- hybridRunbookWorkerGroupName
-
string
混合式 Runbook 背景工作角色組名
- parameters
- HybridRunbookWorkerGroupUpdateParameters
混合式 Runbook 背景工作角色群組
- callback
回呼