KustoManagementClient Class
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.
- Inheritance
-
builtins.objectKustoManagementClient
Constructor
KustoManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
- 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. Default value is 'https://management.azure.com'.
- polling_interval
- int
Default waiting time between two polls for LRO operations if no Retry-After header is present.
Variables
- clusters
- <xref:kusto_management_client.aio.operations.ClustersOperations>
ClustersOperations operations
- cluster_principal_assignments
- <xref:kusto_management_client.aio.operations.ClusterPrincipalAssignmentsOperations>
ClusterPrincipalAssignmentsOperations operations
- databases
- <xref:kusto_management_client.aio.operations.DatabasesOperations>
DatabasesOperations operations
- attached_database_configurations
- <xref:kusto_management_client.aio.operations.AttachedDatabaseConfigurationsOperations>
AttachedDatabaseConfigurationsOperations operations
- managed_private_endpoints
- <xref:kusto_management_client.aio.operations.ManagedPrivateEndpointsOperations>
ManagedPrivateEndpointsOperations operations
- database_principal_assignments
- <xref:kusto_management_client.aio.operations.DatabasePrincipalAssignmentsOperations>
DatabasePrincipalAssignmentsOperations operations
- scripts
- <xref:kusto_management_client.aio.operations.ScriptsOperations>
ScriptsOperations operations
- private_endpoint_connections
- <xref:kusto_management_client.aio.operations.PrivateEndpointConnectionsOperations>
PrivateEndpointConnectionsOperations operations
- private_link_resources
- <xref:kusto_management_client.aio.operations.PrivateLinkResourcesOperations>
PrivateLinkResourcesOperations operations
- data_connections
- <xref:kusto_management_client.aio.operations.DataConnectionsOperations>
DataConnectionsOperations operations
- operations
- <xref:kusto_management_client.aio.operations.Operations>
Operations operations
- operations_results
- <xref:kusto_management_client.aio.operations.OperationsResultsOperations>
OperationsResultsOperations operations
- operations_results_location
- <xref:kusto_management_client.aio.operations.OperationsResultsLocationOperations>
OperationsResultsLocationOperations operations
Methods
| close |
close
async close() -> None
Feedback
Submit and view feedback for