Class: Azure::Cosmosdb::Profiles::Latest::Mgmt::Client
- Inherits:
-
CosmosdbManagementClass
- Object
- CosmosdbManagementClass
- Azure::Cosmosdb::Profiles::Latest::Mgmt::Client
- Includes:
- MsRestAzure::Common::Configurable
- Defined in:
- lib/profiles/latest/cosmosdb_latest_profile_client.rb
Overview
Client class for the Latest profile SDK.
Instance Attribute Summary
Attributes inherited from CosmosdbManagementClass
#base_url, #cassandra_resources, #collection, #collection_partition, #collection_partition_region, #collection_region, #configurable, #database, #database_account_region, #database_accounts, #gremlin_resources, #model_classes, #mongo_dbresources, #notebook_workspaces, #operations, #options, #partition_key_range_id, #partition_key_range_id_region, #percentile, #percentile_source_target, #percentile_target, #private_endpoint_connections, #private_link_resources, #sql_resources, #table_resources
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Client
constructor
Initializes a new instance of the Client class.
Methods inherited from CosmosdbManagementClass
#add_telemetry, #method_missing
Constructor Details
#initialize(options = {}) ⇒ Client
Initializes a new instance of the Client class.
'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.
34 35 36 |
# File 'lib/profiles/latest/cosmosdb_latest_profile_client.rb', line 34 def initialize( = {}) super() end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Azure::Cosmosdb::Profiles::Latest::Mgmt::CosmosdbManagementClass