HybridRunbookWorkerGroupOperations class
Classe représentant un HybridRunbookWorkerGroupOperations.
Constructeurs
| Hybrid |
Créez un HybridRunbookWorkerGroupOperations. |
Méthodes
Détails du constructeur
HybridRunbookWorkerGroupOperations(AutomationClientContext)
Créez un HybridRunbookWorkerGroupOperations.
new HybridRunbookWorkerGroupOperations(client: AutomationClientContext)
Paramètres
- client
- AutomationClientContext
Référence au client de service.
Détails de la méthode
deleteMethod(string, string, string, RequestOptionsBase)
Supprimez un groupe runbook Worker hybride.
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: RequestOptionsBase): Promise<RestResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<RestResponse>
Promesse<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
-
ServiceCallback<void>
Rappel
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: ServiceCallback<void>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- callback
-
ServiceCallback<void>
Rappel
get(string, string, string, RequestOptionsBase)
Récupérer un groupe runbook worker hybride.
function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupGetResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
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>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
get(string, string, string, ServiceCallback<HybridRunbookWorkerGroup>)
function get(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, callback: ServiceCallback<HybridRunbookWorkerGroup>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- callback
Rappel
listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams)
Récupérez une liste de groupes de runbooks Worker hybrides.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams): Promise<HybridRunbookWorkerGroupListByAutomationAccountResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
Paramètres facultatifs
Retours
Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountResponse>
listByAutomationAccount(string, string, HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: HybridRunbookWorkerGroupListByAutomationAccountOptionalParams, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
Paramètres facultatifs
Rappel
listByAutomationAccount(string, string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
Rappel
listByAutomationAccountNext(string, RequestOptionsBase)
Récupérez une liste de groupes de runbooks Worker hybrides.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupListByAutomationAccountNextResponse>
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
Promise<Models.HybridRunbookWorkerGroupListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
- options
- RequestOptionsBase
Paramètres facultatifs
Rappel
listByAutomationAccountNext(string, ServiceCallback<HybridRunbookWorkerGroupsListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<HybridRunbookWorkerGroupsListResult>)
Paramètres
- nextPageLink
-
string
NextLink de l’appel réussi précédent à l’opération De liste.
Rappel
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, RequestOptionsBase)
Mettez à jour un groupe runbook Worker hybride.
function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, options?: RequestOptionsBase): Promise<HybridRunbookWorkerGroupUpdateResponse>
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- parameters
- HybridRunbookWorkerGroupUpdateParameters
Groupe Runbook Worker hybride
- options
- RequestOptionsBase
Paramètres facultatifs
Retours
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>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- parameters
- HybridRunbookWorkerGroupUpdateParameters
Groupe Runbook Worker hybride
- options
- RequestOptionsBase
Paramètres facultatifs
- callback
Rappel
update(string, string, string, HybridRunbookWorkerGroupUpdateParameters, ServiceCallback<HybridRunbookWorkerGroup>)
function update(resourceGroupName: string, automationAccountName: string, hybridRunbookWorkerGroupName: string, parameters: HybridRunbookWorkerGroupUpdateParameters, callback: ServiceCallback<HybridRunbookWorkerGroup>)
Paramètres
- resourceGroupName
-
string
Nom d’un groupe de ressources Azure.
- automationAccountName
-
string
Nom du compte Automation.
- hybridRunbookWorkerGroupName
-
string
Nom du groupe Runbook Worker hybride
- parameters
- HybridRunbookWorkerGroupUpdateParameters
Groupe Runbook Worker hybride
- callback
Rappel