AutomationRulesOperations interface

Interfaccia che rappresenta un'operazione di Regole di Automazione.

Proprietà

createOrUpdate

Crea o aggiorna la regola di automazione.

delete

Eliminare la regola di automazione.

get

Ottiene la regola di automazione.

list

Ottiene tutte le regole di automazione.

Dettagli proprietà

createOrUpdate

Crea o aggiorna la regola di automazione.

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

Valore della proprietà

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

delete

Eliminare la regola di automazione.

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

Valore della proprietà

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

get

Ottiene la regola di automazione.

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

Valore della proprietà

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

list

Ottiene tutte le regole di automazione.

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

Valore della proprietà

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