Microsoft.WindowsAzure.Management.Sql Namespace

 

Classes

Class Description
System_CAPS_pubclass DacOperationsExtensions

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

System_CAPS_pubclass DatabaseCopyOperationsExtensions

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

System_CAPS_pubclass DatabaseOperationOperationsExtensions

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

System_CAPS_pubclass DatabaseOperationsExtensions

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

System_CAPS_pubclass FirewallRuleOperationsExtensions

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

System_CAPS_pubclass QuotaOperationsExtensions

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

System_CAPS_pubclass RecoverableDatabaseOperationsExtensions

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

System_CAPS_pubclass RecoverDatabaseOperationsExtensions

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

System_CAPS_pubclass RestorableDroppedDatabaseOperationsExtensions

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

System_CAPS_pubclass RestoreDatabaseOperationsExtensions

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

System_CAPS_pubclass ServerOperationsExtensions

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

System_CAPS_pubclass ServiceObjectiveOperationsExtensions

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

System_CAPS_pubclass SqlManagementClient

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

System_CAPS_pubclass SqlManagementClientExtensions

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

Interfaces

Interface Description
System_CAPS_pubinterface IDacOperations

Includes operations for importing and exporting Azure SQL Databases into and out of Azure blob storage.

System_CAPS_pubinterface IDatabaseCopyOperations

Represents the SQL Database Management API includes operations for managing SQL Server database copies for a subscription.

System_CAPS_pubinterface IDatabaseOperationOperations

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.

System_CAPS_pubinterface IDatabaseOperations

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.

System_CAPS_pubinterface IFirewallRuleOperations

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.

System_CAPS_pubinterface IQuotaOperations

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.

System_CAPS_pubinterface IRecoverableDatabaseOperations

Contains operations for getting Azure SQL Databases that can be recovered.

System_CAPS_pubinterface IRecoverDatabaseOperations

Contains the operation to create recovery requests for Azure SQL Databases.

System_CAPS_pubinterface IRestorableDroppedDatabaseOperations

Contains operations for getting dropped Azure SQL Databases that can be restored.

System_CAPS_pubinterface IRestoreDatabaseOperations

Contains the operation to create restore requests for Azure SQL Databases.

System_CAPS_pubinterface IServerOperations

Contains methods to allow various operations on Azure SQL Database Servers.

System_CAPS_pubinterface IServiceObjectiveOperations

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.

System_CAPS_pubinterface ISqlManagementClient

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

Return to top