class Azure::Armrest::Storage::SnapshotService
Base class for managing snapshots.
Public Class Methods
new(configuration, options = {})
click to toggle source
Create and return a new SnapshotService
instance.
Calls superclass method
Azure::Armrest::ArmrestService::new
# File lib/azure/armrest/storage/snapshot_service.rb, line 14 def initialize(configuration, options = {}) super(configuration, 'snapshots', 'Microsoft.Compute', options) end