Sha256: 192747400267e4d2b3faf40507bafac847235c2d4663ce6b3ecb2ae8b327ff01

Contents?: true

Size: 1.36 KB

Versions: 15

Compression:

Stored size: 1.36 KB

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/containerservice_module_definition'
require 'profiles/latest/modules/containerservice_profile_module'

module Azure::ContainerService::Profiles::Latest
  module Mgmt
    #
    # Client class for the Latest profile SDK.
    #
    class Client < ContainerServiceManagementClass
      include MsRestAzure::Common::Configurable

      #
      # Initializes a new instance of the Client class.
      # @param options [Hash] hash of client options.
      #    options = {
      #      tenant_id: 'YOUR TENANT ID',
      #      client_id: 'YOUR CLIENT ID',
      #      client_secret: 'YOUR CLIENT SECRET',
      #      subscription_id: 'YOUR SUBSCRIPTION ID',
      #      credentials: credentials,
      #      active_directory_settings: active_directory_settings,
      #      base_url: 'YOUR BASE URL',
      #      options: options
      #    }
      #   'credentials' are optional and if not passed in the hash, will be obtained
      #   from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
      #
      #   Also, base_url, active_directory_settings & options are optional.
      #
      def initialize(options = {})
        super(options)
      end

    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
azure_mgmt_container_service-0.22.0 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.21.0 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.20.4 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.20.3 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.20.2 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.20.1 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.19.0 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.18.5 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.18.4 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.18.3 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.18.2 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.18.1 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.18.0 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.17.0 lib/profiles/latest/containerservice_latest_profile_client.rb
azure_mgmt_container_service-0.16.0 lib/profiles/latest/containerservice_latest_profile_client.rb