IAlertsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AlertsOperations operations.
public interface IAlertsOperations
type IAlertsOperations = interface
Public Interface IAlertsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets an alert by name. |
ListByDataBoxEdgeDeviceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets all the alerts for a data box edge/gateway device. |
ListByDataBoxEdgeDeviceWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets all the alerts for a data box edge/gateway device. |
Extension Methods
Get(IAlertsOperations, String, String, String) |
Gets an alert by name. |
GetAsync(IAlertsOperations, String, String, String, CancellationToken) |
Gets an alert by name. |
ListByDataBoxEdgeDevice(IAlertsOperations, String, String) |
Gets all the alerts for a data box edge/gateway device. |
ListByDataBoxEdgeDeviceAsync(IAlertsOperations, String, String, CancellationToken) |
Gets all the alerts for a data box edge/gateway device. |
ListByDataBoxEdgeDeviceNext(IAlertsOperations, String) |
Gets all the alerts for a data box edge/gateway device. |
ListByDataBoxEdgeDeviceNextAsync(IAlertsOperations, String, CancellationToken) |
Gets all the alerts for a data box edge/gateway device. |