Sha256: 62c9220c7f41f8b8755d7684b29d6f89fbf2972dc0685b3e64c6bb7c2cd3feef
Contents?: true
Size: 1.16 KB
Versions: 3
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_06_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
3 entries across 3 versions & 1 rubygems