SqlManagementClient Members

This is the main client class for interacting with the Azure SQL Database REST APIs.

The following tables list the members exposed by the SqlManagementClient type.

Public Constructors

  Name Description
  SqlManagementClient Overloaded.  

Top

Public 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.
HttpClient  (Inherited from ServiceClient)
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.
UserAgent  (Inherited from ServiceClient)

Top

Public Methods

(see also Protected Methods)

  Name Description
AddHandlerToPipeline  (Inherited from ServiceClient)
Dispose  (Inherited from ServiceClient)
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetHttpPipeline  (Inherited from ServiceClient)
GetType  (Inherited from Object)
SetRetryPolicy  (Inherited from ServiceClient)
ToString  (Inherited from Object)
WithHandler  (Inherited from ServiceClient)
WithHandlers  (Inherited from ServiceClient)

Top

Protected Methods

  Name Description
Clone Overridden. Clones properties from current instance to another SqlManagementClient instance
Finalize  (Inherited from Object)
InitializeHttpClient  (Inherited from ServiceClient)
MemberwiseClone  (Inherited from Object)
WithHandler  (Inherited from ServiceClient)

Top

See Also

Reference

SqlManagementClient Class
Microsoft.WindowsAzure.Management.Sql Namespace