Sha256: bd1f5ffce7f66ebbc5029f47f17335c3c1164fb9f838ae2ab3f70e0b570ace59
Contents?: true
Size: 1.82 KB
Versions: 2
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::Resources2::Mgmt::V2020_06_01 module Models # # The type of the pattern for an alias path. # class AliasPattern include MsRestAzure2 # @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
2 entries across 2 versions & 1 rubygems