Sha256: bf471f10271ad705acbeb8179bababf71d3176c9c7165511959cf883d26af5ff

Contents?: true

Size: 623 Bytes

Versions: 5

Compression:

Stored size: 623 Bytes

Contents

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

module Azure::CDN::Mgmt::V2020_04_15
  module Models
    #
    # Defines values for UrlPathOperator
    #
    module UrlPathOperator
      Any = "Any"
      Equal = "Equal"
      Contains = "Contains"
      BeginsWith = "BeginsWith"
      EndsWith = "EndsWith"
      LessThan = "LessThan"
      LessThanOrEqual = "LessThanOrEqual"
      GreaterThan = "GreaterThan"
      GreaterThanOrEqual = "GreaterThanOrEqual"
      Wildcard = "Wildcard"
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_mgmt_cdn-0.18.2 lib/2020-04-15/generated/azure_mgmt_cdn/models/url_path_operator.rb
azure_mgmt_cdn-0.18.1 lib/2020-04-15/generated/azure_mgmt_cdn/models/url_path_operator.rb
azure_mgmt_cdn-0.17.7 lib/2020-04-15/generated/azure_mgmt_cdn/models/url_path_operator.rb
azure_mgmt_cdn-0.17.6 lib/2020-04-15/generated/azure_mgmt_cdn/models/url_path_operator.rb
azure_mgmt_cdn-0.17.5 lib/2020-04-15/generated/azure_mgmt_cdn/models/url_path_operator.rb