AlertsOperations interface

Interface representing a Alerts operations.

Properties

get

Gets an alert by name.

listByDataBoxEdgeDevice

Gets all the alerts for a Data Box Edge/Data Box Gateway device.

Property Details

get

Gets an alert by name.

get: (deviceName: string, name: string, resourceGroupName: string, options?: AlertsGetOptionalParams) => Promise<Alert>

Property Value

(deviceName: string, name: string, resourceGroupName: string, options?: AlertsGetOptionalParams) => Promise<Alert>

listByDataBoxEdgeDevice

Gets all the alerts for a Data Box Edge/Data Box Gateway device.

listByDataBoxEdgeDevice: (deviceName: string, resourceGroupName: string, options?: AlertsListByDataBoxEdgeDeviceOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>

Property Value

(deviceName: string, resourceGroupName: string, options?: AlertsListByDataBoxEdgeDeviceOptionalParams) => PagedAsyncIterableIterator<Alert, Alert[], PageSettings>