Sha256: 5daa0679ae67ec8394db506c2b684a460116b5a17eb8fa5b91b75ca2584ae9b6
Contents?: true
Size: 1.21 KB
Versions: 7
Compression:
Stored size: 1.21 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::Compute::Mgmt::V2019_07_01 module Models # # The gallery artifact version source. # class GalleryArtifactVersionSource include MsRestAzure # @return [String] The id of the gallery artifact version source. Can # specify a disk uri, snapshot uri, or user image. attr_accessor :id # # Mapper for GalleryArtifactVersionSource class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GalleryArtifactVersionSource', type: { name: 'Composite', class_name: 'GalleryArtifactVersionSource', model_properties: { id: { client_side_validation: true, required: true, serialized_name: 'id', type: { name: 'String' } } } } } end end end end
Version data entries
7 entries across 7 versions & 1 rubygems