Sha256: 37e66e56e554669bf2def8254174ebc63e0d1a5a89fd82dc33951e3b05224077

Contents?: true

Size: 637 Bytes

Versions: 1

Compression:

Stored size: 637 Bytes

Contents

# encoding: utf-8
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.

require 'profiles/latest/recoveryservices_module_definition'
require 'profiles/latest/modules/recoveryservices_profile_module'
require 'profiles/common/configurable'
require 'profiles/common/default'

module Azure::RecoveryServices::Profiles::Latest::Mgmt
  #
  # Client class for the Latest profile SDK.
  #
  class Client < RecoveryServicesClass
    include Azure::Common::Configurable


    def initialize(options = {})
      super(options)
    end

  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_recovery_services-0.15.1 lib/profiles/latest/recoveryservices_latest_profile_client.rb