class Azure::Compute::Mgmt::V2019_07_01::Models::GalleryArtifactVersionSource

The gallery artifact version source.

Attributes

id[RW]

@return [String] The id of the gallery artifact version source. Can specify a disk uri, snapshot uri, or user image.

Public Class Methods

mapper() click to toggle source

Mapper for GalleryArtifactVersionSource class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2019-07-01/generated/azure_mgmt_compute/models/gallery_artifact_version_source.rb, line 24
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