class Azure::Armrest::Insights::AlertService
Base class for managing alert rules.
Public Class Methods
new(armrest_configuration, options = {})
click to toggle source
Create and return a new AlertService
instance.
Calls superclass method
# File lib/azure/armrest/insights/alert_service.rb, line 11 def initialize(armrest_configuration, options = {}) super(armrest_configuration, 'alertRules', 'Microsoft.Insights', options) end