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.object
KustoManagementClient

Constructor

KustoManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
TokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

base_url
str
default value: https://management.azure.com

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.operations.ClustersOperations>

ClustersOperations operations

cluster_principal_assignments
<xref:kusto_management_client.operations.ClusterPrincipalAssignmentsOperations>

ClusterPrincipalAssignmentsOperations operations

databases
<xref:kusto_management_client.operations.DatabasesOperations>

DatabasesOperations operations

attached_database_configurations
<xref:kusto_management_client.operations.AttachedDatabaseConfigurationsOperations>

AttachedDatabaseConfigurationsOperations operations

managed_private_endpoints
<xref:kusto_management_client.operations.ManagedPrivateEndpointsOperations>

ManagedPrivateEndpointsOperations operations

database_principal_assignments
<xref:kusto_management_client.operations.DatabasePrincipalAssignmentsOperations>

DatabasePrincipalAssignmentsOperations operations

scripts
<xref:kusto_management_client.operations.ScriptsOperations>

ScriptsOperations operations

private_endpoint_connections
<xref:kusto_management_client.operations.PrivateEndpointConnectionsOperations>

PrivateEndpointConnectionsOperations operations

private_link_resources
<xref:kusto_management_client.operations.PrivateLinkResourcesOperations>

PrivateLinkResourcesOperations operations

data_connections
<xref:kusto_management_client.operations.DataConnectionsOperations>

DataConnectionsOperations operations

operations
<xref:kusto_management_client.operations.Operations>

Operations operations

operations_results
<xref:kusto_management_client.operations.OperationsResultsOperations>

OperationsResultsOperations operations

operations_results_location
<xref:kusto_management_client.operations.OperationsResultsLocationOperations>

OperationsResultsLocationOperations operations

Methods

close

close

close() -> None