AutomationRulesOperations interface
Schnittstelle stellt AutomationRules-Operationen dar.
Eigenschaften
| create |
Erstellt oder aktualisiert die Automatisierungsregel. |
| delete | Löschen Sie die Automatisierungsregel. |
| get | Ruft die Automatisierungsregel ab. |
| list | Ruft alle Automatisierungsregeln ab. |
Details zur Eigenschaft
createOrUpdate
Erstellt oder aktualisiert die Automatisierungsregel.
createOrUpdate: (resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams) => Promise<AutomationRule>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesCreateOrUpdateOptionalParams) => Promise<AutomationRule>
delete
Löschen Sie die Automatisierungsregel.
delete: (resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams) => Promise<AutomationRulesDeleteResponse>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesDeleteOptionalParams) => Promise<AutomationRulesDeleteResponse>
get
Ruft die Automatisierungsregel ab.
get: (resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesGetOptionalParams) => Promise<AutomationRule>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, automationRuleId: string, options?: AutomationRulesGetOptionalParams) => Promise<AutomationRule>
list
Ruft alle Automatisierungsregeln ab.
list: (resourceGroupName: string, workspaceName: string, options?: AutomationRulesListOptionalParams) => PagedAsyncIterableIterator<AutomationRule, AutomationRule[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: AutomationRulesListOptionalParams) => PagedAsyncIterableIterator<AutomationRule, AutomationRule[], PageSettings>