Alerts interface
Interface representing a Alerts.
Methods
get(string, string, string, Alerts |
Gets an alert by name. |
list |
Gets all the alerts for a Data Box Edge/Data Box Gateway device. |
Method Details
get(string, string, string, AlertsGetOptionalParams)
Gets an alert by name.
function get(deviceName: string, name: string, resourceGroupName: string, options?: AlertsGetOptionalParams): Promise<Alert>
Parameters
- deviceName
-
string
The device name.
- name
-
string
The alert name.
- resourceGroupName
-
string
The resource group name.
- options
- AlertsGetOptionalParams
The options parameters.
Returns
Promise<Alert>
listByDataBoxEdgeDevice(string, string, AlertsListByDataBoxEdgeDeviceOptionalParams)
Gets all the alerts for a Data Box Edge/Data Box Gateway device.
function listByDataBoxEdgeDevice(deviceName: string, resourceGroupName: string, options?: AlertsListByDataBoxEdgeDeviceOptionalParams): PagedAsyncIterableIterator<Alert, Alert[], PageSettings>
Parameters
- deviceName
-
string
The device name.
- resourceGroupName
-
string
The resource group name.
The options parameters.