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

Inheritance: WebApiControllerBase
ファイルを表示 Open project: Azure/azure-iot-remote-monitoring

Public Methods

Method Description
DeviceRulesApiController ( IDeviceRulesLogic deviceRulesLogic ) : System.Net.Http

Private Methods

Method 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 method

public DeviceRulesApiController ( IDeviceRulesLogic deviceRulesLogic ) : System.Net.Http
deviceRulesLogic IDeviceRulesLogic
return System.Net.Http