azure.mgmt.kusto package¶
Module contents¶
-
class
azure.mgmt.kusto.
KustoManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
The Azure Kusto management API provides a RESTful set of web services that interact with Azure Kusto services to manage your clusters and databases. The API enables you to create, update, and delete clusters and databases.
Variables: - config (KustoManagementClientConfiguration) – Configuration for client.
- clusters (azure.mgmt.kusto.operations.ClustersOperations) – Clusters operations
- databases (azure.mgmt.kusto.operations.DatabasesOperations) – Databases operations
- operations (azure.mgmt.kusto.operations.Operations) – Operations operations
Parameters: - credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure. - subscription_id (str) – Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- base_url (str) – Service URL