Sha256: ba1b1d32e2f18d0464de90ce704e9fe82be2cc4ca5d41a88f8ae17d5fa2075aa
Contents?: true
Size: 1.16 KB
Versions: 2
Compression:
Stored size: 1.16 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::V2020_09_30 module Models # # Model object. # # class ShareInfoElement include MsRestAzure # @return [String] A relative URI containing the ID of the VM that has # the disk attached. attr_accessor :vm_uri # # Mapper for ShareInfoElement class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ShareInfoElement', type: { name: 'Composite', class_name: 'ShareInfoElement', model_properties: { vm_uri: { client_side_validation: true, required: false, read_only: true, serialized_name: 'vmUri', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems