AlertsOperations interface

Interface representing a Alerts operations.

Properties

dismiss

Dismisses the specified alert

get

Gets the alert for the scope by alert ID.

list

Lists the alerts for scope defined.

listExternal

Lists the Alerts for external cloud provider type defined.

Property Details

dismiss

Dismisses the specified alert

dismiss: (scope: string, alertId: string, parameters: DismissAlertPayload, options?: AlertsDismissOptionalParams) => Promise<Alert>

Property Value

(scope: string, alertId: string, parameters: DismissAlertPayload, options?: AlertsDismissOptionalParams) => Promise<Alert>

get

Gets the alert for the scope by alert ID.

get: (scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>

Property Value

(scope: string, alertId: string, options?: AlertsGetOptionalParams) => Promise<Alert>

list

Lists the alerts for scope defined.

list: (scope: string, options?: AlertsListOptionalParams) => Promise<AlertsResult>

Property Value

(scope: string, options?: AlertsListOptionalParams) => Promise<AlertsResult>

listExternal

Lists the Alerts for external cloud provider type defined.

listExternal: (externalCloudProviderType: string, externalCloudProviderId: string, options?: AlertsListExternalOptionalParams) => Promise<AlertsResult>

Property Value

(externalCloudProviderType: string, externalCloudProviderId: string, options?: AlertsListExternalOptionalParams) => Promise<AlertsResult>