Sha256: 266ab1577b07709349c874bca9fb435ae3a8890c088ca8e7021a850451ca4d87
Contents?: true
Size: 1.82 KB
Versions: 4
Compression:
Stored size: 1.82 KB
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::Resources::Mgmt::V2019_10_01 module Models # # The type of the pattern for an alias path. # class AliasPattern include MsRestAzure # @return [String] The alias pattern phrase. attr_accessor :phrase # @return [String] The alias pattern variable. attr_accessor :variable # @return [AliasPatternType] The type of alias pattern. Possible values # include: 'NotSpecified', 'Extract' attr_accessor :type # # Mapper for AliasPattern class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AliasPattern', type: { name: 'Composite', class_name: 'AliasPattern', model_properties: { phrase: { client_side_validation: true, required: false, serialized_name: 'phrase', type: { name: 'String' } }, variable: { client_side_validation: true, required: false, serialized_name: 'variable', type: { name: 'String' } }, type: { client_side_validation: true, required: false, serialized_name: 'type', type: { name: 'Enum', module: 'AliasPatternType' } } } } } end end end end
Version data entries
4 entries across 4 versions & 2 rubygems