AddPrincipals(IDatabasesOperations, String, String, String, DatabasePrincipalListRequest)
|
Add Database principals permissions.
|
AddPrincipalsAsync(IDatabasesOperations, String, String, String, DatabasePrincipalListRequest, CancellationToken)
|
Add Database principals permissions.
|
BeginCreateOrUpdate(IDatabasesOperations, String, String, String, Database)
|
Creates or updates a database.
|
BeginCreateOrUpdateAsync(IDatabasesOperations, String, String, String, Database, CancellationToken)
|
Creates or updates a database.
|
BeginDelete(IDatabasesOperations, String, String, String)
|
Deletes the database with the given name.
|
BeginDeleteAsync(IDatabasesOperations, String, String, String, CancellationToken)
|
Deletes the database with the given name.
|
BeginUpdate(IDatabasesOperations, String, String, String, Database)
|
Updates a database.
|
BeginUpdateAsync(IDatabasesOperations, String, String, String, Database, CancellationToken)
|
Updates a database.
|
CheckNameAvailability(IDatabasesOperations, String, String, CheckNameRequest)
|
Checks that the databases resource name is valid and is not already in use.
|
CheckNameAvailabilityAsync(IDatabasesOperations, String, String, CheckNameRequest, CancellationToken)
|
Checks that the databases resource name is valid and is not already in use.
|
CreateOrUpdate(IDatabasesOperations, String, String, String, Database)
|
Creates or updates a database.
|
CreateOrUpdateAsync(IDatabasesOperations, String, String, String, Database, CancellationToken)
|
Creates or updates a database.
|
Delete(IDatabasesOperations, String, String, String)
|
Deletes the database with the given name.
|
DeleteAsync(IDatabasesOperations, String, String, String, CancellationToken)
|
Deletes the database with the given name.
|
Get(IDatabasesOperations, String, String, String)
|
Returns a database.
|
GetAsync(IDatabasesOperations, String, String, String, CancellationToken)
|
Returns a database.
|
ListByCluster(IDatabasesOperations, String, String)
|
Returns the list of databases of the given Kusto cluster.
|
ListByClusterAsync(IDatabasesOperations, String, String, CancellationToken)
|
Returns the list of databases of the given Kusto cluster.
|
ListPrincipals(IDatabasesOperations, String, String, String)
|
Returns a list of database principals of the given Kusto cluster and
database.
|
ListPrincipalsAsync(IDatabasesOperations, String, String, String, CancellationToken)
|
Returns a list of database principals of the given Kusto cluster and
database.
|
RemovePrincipals(IDatabasesOperations, String, String, String, DatabasePrincipalListRequest)
|
Remove Database principals permissions.
|
RemovePrincipalsAsync(IDatabasesOperations, String, String, String, DatabasePrincipalListRequest, CancellationToken)
|
Remove Database principals permissions.
|
Update(IDatabasesOperations, String, String, String, Database)
|
Updates a database.
|
UpdateAsync(IDatabasesOperations, String, String, String, Database, CancellationToken)
|
Updates a database.
|