ActionsOperations interface

介面代表動作操作。

屬性

createOrUpdate

建立或更新警示規則的動作。

delete

刪除警示規則的動作。

get

取得警示規則的動作。

listByAlertRule

取得警示規則的所有動作。

屬性詳細資料

createOrUpdate

建立或更新警示規則的動作。

createOrUpdate: (resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, action: ActionRequest, options?: ActionsCreateOrUpdateOptionalParams) => Promise<ActionResponse>

屬性值

(resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, action: ActionRequest, options?: ActionsCreateOrUpdateOptionalParams) => Promise<ActionResponse>

delete

刪除警示規則的動作。

delete: (resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, options?: ActionsDeleteOptionalParams) => Promise<void>

屬性值

(resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, options?: ActionsDeleteOptionalParams) => Promise<void>

get

取得警示規則的動作。

get: (resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, options?: ActionsGetOptionalParams) => Promise<ActionResponse>

屬性值

(resourceGroupName: string, workspaceName: string, ruleId: string, actionId: string, options?: ActionsGetOptionalParams) => Promise<ActionResponse>

listByAlertRule

取得警示規則的所有動作。

listByAlertRule: (resourceGroupName: string, workspaceName: string, ruleId: string, options?: ActionsListByAlertRuleOptionalParams) => PagedAsyncIterableIterator<ActionResponse, ActionResponse[], PageSettings>

屬性值

(resourceGroupName: string, workspaceName: string, ruleId: string, options?: ActionsListByAlertRuleOptionalParams) => PagedAsyncIterableIterator<ActionResponse, ActionResponse[], PageSettings>