Class: Fog::Compute::AzureRM::ImageDiskReference
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::AzureRM::ImageDiskReference
- Defined in:
- lib/fog/azurerm/models/compute/image_disk_reference.rb
Overview
ImageReference model for Compute Service
Class Method Summary collapse
Class Method Details
.parse(image_reference) ⇒ Object
9 10 11 |
# File 'lib/fog/azurerm/models/compute/image_disk_reference.rb', line 9 def self.parse(image_reference) get_hash_from_object(image_reference) end |