ISqlManagementClient Interface
This is the main client class for interacting with the Azure SQL Database REST APIs.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public interface ISqlManagementClient : IDisposable
public interface class ISqlManagementClient : IDisposable
type ISqlManagementClient =
interface
interface IDisposable
end
Public Interface ISqlManagementClient
Inherits IDisposable
Properties
Name | Description | |
---|---|---|
ApiVersion | Gets the API version. |
|
BaseUri | The URI used as the base for all SQL requests. |
|
Credentials | When you create an Azure subscription, it is uniquely identified by a subscription ID. The subscription ID forms part of the URI for every call that you make to the Service Management API. The Azure Service ManagementAPIs use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed. |
|
Dac | Includes operations for importing and exporting Azure SQL Databases into and out of Azure blob storage. |
|
DatabaseCopies | Represents the SQL Database Management API includes operations for managing SQL Server database copies for a subscription. |
|
DatabaseOperations | The Azure SQL Database Management API includes operations for getting database operations. Specifically, this API allows you to get a specific operation, or to list all the operations that happened on a specific database or on all databases in the Azure SQL Database Server. |
|
Databases | Represents all the operations for operating on Azure SQL Databases. Contains operations to: Create, Retrieve, Update, and Delete databases, and also includes the ability to get the event logs for a database. |
|
FirewallRules | The Azure SQL Database Management API includes operations for managing the server-level Firewall Rules for Azure SQL Database Servers. You cannot manage the database-level firewall rules using the Azure SQL Database Management API; they can only be managed by running the Transact-SQL statements against the master or individual user databases. |
|
LongRunningOperationInitialTimeout | Gets or sets the initial timeout for Long Running Operations. |
|
LongRunningOperationRetryTimeout | Gets or sets the retry timeout for Long Running Operations. |
|
Quotas | The Azure SQL Database Management API includes operations for getting Azure SQL Database Server quotas. Specifically, using the APIs you can get a specific quota or list all of the quotas for the Azure SQL Database Server. |
|
RecoverableDatabases | Contains operations for getting Azure SQL Databases that can be recovered. |
|
RecoverDatabaseOperations | Contains the operation to create recovery requests for Azure SQL Databases. |
|
RestorableDroppedDatabases | Contains operations for getting dropped Azure SQL Databases that can be restored. |
|
RestoreDatabaseOperations | Contains the operation to create restore requests for Azure SQL Databases. |
|
Servers | Contains methods to allow various operations on Azure SQL Database Servers. |
|
ServiceObjectives | This class provides methods to get a specific service objective by using its ID or to List all of the service objectives on a server. |
Methods
Name | Description | |
---|---|---|
Dispose() | (Inherited from IDisposable.) |
See Also
Microsoft.WindowsAzure.Management.Sql Namespace
Return to top