Sha256: c4a28fb522a6093af1f1029cf1700d4bdacd9f558550fb51cfce71d8deb45da7

Contents?: true

Size: 607 Bytes

Versions: 30

Compression:

Stored size: 607 Bytes

Contents

# Azure namespace
module Azure
  # Armrest namespace
  module Armrest
    # Storage namespace
    module Storage
      # Base class for managing snapshots.
      class SnapshotService < ResourceGroupBasedService
        require_relative 'managed_storage_helper'
        include Azure::Armrest::Storage::ManagedStorageHelper

        # Create and return a new SnapshotService instance.
        #
        def initialize(configuration, options = {})
          super(configuration, 'snapshots', 'Microsoft.Compute', options)
        end
      end # SnapshotService
    end # Storage
  end # Armrest
end # Azure

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
azure-armrest-0.15.0 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.14.0 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.13.1 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.13.0 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.12.0 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.11.0 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.16 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.10.0 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.15 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.14 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.13 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.12 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.11 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.10 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.9 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.8 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.7 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.6 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.5 lib/azure/armrest/storage/snapshot_service.rb
azure-armrest-0.9.4 lib/azure/armrest/storage/snapshot_service.rb