C# Class Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Web.WebApiControllers.DeviceRulesApiController

Inheritance: WebApiControllerBase
Afficher le fichier Open project: Azure/azure-iot-remote-monitoring

Méthodes publiques

Méthode Description
DeviceRulesApiController ( IDeviceRulesLogic deviceRulesLogic ) : System.Net.Http

Private Methods

Méthode Description
DeleteRuleAsync ( string deviceId, string ruleId ) : Task
GetAvailableFieldsForDeviceRuleAsync ( string deviceId, string ruleId ) : Task
GetDeviceRuleOrDefaultAsync ( string deviceId, string ruleId ) : Task
GetDeviceRulesAsDataTablesResponseAsync ( ) : Task
GetDeviceRulesAsync ( ) : Task
GetNewRuleAsync ( string deviceId ) : Task
SaveDeviceRuleAsync ( Microsoft.Azure.Devices.Applications.RemoteMonitoring.DeviceAdmin.Infrastructure.Models.DeviceRule updatedRule ) : Task
UpdateRuleEnabledStateAsync ( string deviceId, string ruleId, bool enabled ) : Task

Method Details

DeviceRulesApiController() public méthode

public DeviceRulesApiController ( IDeviceRulesLogic deviceRulesLogic ) : System.Net.Http
deviceRulesLogic IDeviceRulesLogic
Résultat System.Net.Http