Sha256: c001891bb76dbd9a730f65c9267bf2bd8fd1f36d3eabf6660740eb3b4cc98cca
Contents?: true
Size: 1 KB
Versions: 2
Compression:
Stored size: 1 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::V2017_03_30 module Models # # Describes the uri of a disk. # class VirtualHardDisk include MsRestAzure # @return [String] Specifies the virtual hard disk's uri. 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