class Azure::Compute::Mgmt::V2019_11_01::Models::ShareInfoElement

Model object.

Attributes

vm_uri[RW]

@return [String] A relative URI containing the ID of the VM that has the disk attached.

Public Class Methods

mapper() click to toggle source

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

# File lib/2019-11-01/generated/azure_mgmt_compute/models/share_info_element.rb, line 25
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