AlertRuleTemplatesOperations interface

Interface representing a AlertRuleTemplates operations.

Properties

get

Gets the alert rule template.

list

Gets all alert rule templates.

Property Details

get

Gets the alert rule template.

get: (resourceGroupName: string, workspaceName: string, alertRuleTemplateId: string, options?: AlertRuleTemplatesGetOptionalParams) => Promise<AlertRuleTemplateUnion>

Property Value

(resourceGroupName: string, workspaceName: string, alertRuleTemplateId: string, options?: AlertRuleTemplatesGetOptionalParams) => Promise<AlertRuleTemplateUnion>

list

Gets all alert rule templates.

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

Property Value

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