AutomationRulesOperations interface

Interface représentant une opération AutomationRules.

Propriétés

createOrUpdate

Crée ou met à jour la règle d’automatisation.

delete

Supprimez la règle d’automatisation.

get

Obtient la règle d’automatisation.

list

Obtient toutes les règles d’automatisation.

Détails de la propriété

createOrUpdate

Crée ou met à jour la règle d’automatisation.

createOrUpdate: (resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams) => Promise<AutomationRule>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams) => Promise<AutomationRule>

delete

Supprimez la règle d’automatisation.

delete: (resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams) => Promise<AutomationRulesDeleteResponse>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams) => Promise<AutomationRulesDeleteResponse>

get

Obtient la règle d’automatisation.

get: (resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesGetOptionalParams) => Promise<AutomationRule>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesGetOptionalParams) => Promise<AutomationRule>

list

Obtient toutes les règles d’automatisation.

list: (resourceGroupName: string, workspaceName: string, options?: AutomationRulesListOptionalParams) => PagedAsyncIterableIterator<AutomationRule, AutomationRule[], PageSettings>

Valeur de propriété

(resourceGroupName: string, workspaceName: string, options?: AutomationRulesListOptionalParams) => PagedAsyncIterableIterator<AutomationRule, AutomationRule[], PageSettings>