class Azure::Compute::Mgmt::V2020_09_30_preview::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, user image or storage account resource.
uri[RW]
@return [String] The uri of the gallery artifact version source. Currently used to specify vhd/blob source.
Public Class Methods
mapper()
click to toggle source
Mapper for GalleryArtifactVersionSource
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-09-30-preview/generated/azure_mgmt_compute/models/gallery_artifact_version_source.rb, line 29 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: false, serialized_name: 'id', type: { name: 'String' } }, uri: { client_side_validation: true, required: false, serialized_name: 'uri', type: { name: 'String' } } } } } end