Sha256: 10c8d79688771bf315f36d21ecbf96109dc64ef561814701e0f2e7a0a8d608a5

Contents?: true

Size: 629 Bytes

Versions: 1

Compression:

Stored size: 629 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/v2017_03_09/resources_module_definition'
require 'profiles/v2017_03_09/modules/resources_profile_module'
require 'profiles/common/configurable'
require 'profiles/common/default'

module Azure::Resources::Profiles::V2017_03_09::Mgmt
  #
  # Client class for the V2017_03_09 profile SDK.
  #
  class Client < ResourcesClass
    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_resources-0.15.1 lib/profiles/v2017_03_09/resources_v2017_03_09_profile_client.rb