class Azure::Compute::Mgmt::V2020_09_30::Models::ShareInfoElement

Model object.

Attributes

vm_uri[RW]

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

Private Class Methods

mapper() click to toggle source

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

# File lib/2020-09-30/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