Sha256: 2175da7d6b821dd64f39c14fd92df86a696782c408e8bc7c4b1fa0894c9c0c90

Contents?: true

Size: 468 Bytes

Versions: 2

Compression:

Stored size: 468 Bytes

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::ARM::Monitor
  module Models
    #
    # Defines values for ConditionOperator
    #
    module ConditionOperator
      GreaterThan = "GreaterThan"
      GreaterThanOrEqual = "GreaterThanOrEqual"
      LessThan = "LessThan"
      LessThanOrEqual = "LessThanOrEqual"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azure_mgmt_monitor-0.12.0 lib/generated/azure_mgmt_monitor/models/condition_operator.rb
azure_mgmt_monitor-0.11.0 lib/generated/azure_mgmt_monitor/models/condition_operator.rb