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>
承诺<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>
承诺<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
可选参数
返回
承诺<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
回调