Sha256: 04b7543090cf1816ebcf3f557f28ddbadeebaad35db4741bea94e23dd884c3b4
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 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::V2016_03_30 module Models # # Describes the uri of a disk. # class VirtualHardDisk include MsRestAzure # @return [String] The virtual hard disk's URI. Must be a valid URI to a # virtual hard disk. attr_accessor :uri # # Mapper for VirtualHardDisk class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'VirtualHardDisk', type: { name: 'Composite', class_name: 'VirtualHardDisk', model_properties: { uri: { required: false, serialized_name: 'uri', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems