AutomationRules interface
Interface représentant un AutomationRules.
Méthodes
| create |
Crée ou met à jour la règle d’automatisation. |
| delete(string, string, string, Automation |
Supprimez la règle d’automatisation. |
| get(string, string, string, Automation |
Obtient la règle d’automatisation. |
| list(string, string, Automation |
Obtient toutes les règles d’automatisation. |
Détails de la méthode
createOrUpdate(string, string, string, AutomationRulesCreateOrUpdateOptionalParams)
Crée ou met à jour la règle d’automatisation.
function createOrUpdate(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams): Promise<AutomationRule>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- automationRuleId
-
string
ID de règle Automation
Paramètres d’options.
Retours
Promise<AutomationRule>
delete(string, string, string, AutomationRulesDeleteOptionalParams)
Supprimez la règle d’automatisation.
function delete(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams): Promise<AutomationRulesDeleteResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- automationRuleId
-
string
ID de règle Automation
Paramètres d’options.
Retours
Promise<AutomationRulesDeleteResponse>
get(string, string, string, AutomationRulesGetOptionalParams)
Obtient la règle d’automatisation.
function get(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesGetOptionalParams): Promise<AutomationRule>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
- automationRuleId
-
string
ID de règle Automation
- options
- AutomationRulesGetOptionalParams
Paramètres d’options.
Retours
Promise<AutomationRule>
list(string, string, AutomationRulesListOptionalParams)
Obtient toutes les règles d’automatisation.
function list(resourceGroupName: string, workspaceName: string, options?: AutomationRulesListOptionalParams): PagedAsyncIterableIterator<AutomationRule, AutomationRule[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
-
string
Nom de l’espace de travail.
Paramètres d’options.