SqlManagementClient Class

Definition

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

public class SqlManagementClient : Hyak.Common.ServiceClient<Microsoft.WindowsAzure.Management.Sql.SqlManagementClient>, IDisposable, Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient
type SqlManagementClient = class
    inherit ServiceClient<SqlManagementClient>
    interface ISqlManagementClient
    interface IDisposable
Public Class SqlManagementClient
Inherits ServiceClient(Of SqlManagementClient)
Implements IDisposable, ISqlManagementClient
Inheritance
Hyak.Common.ServiceClient<SqlManagementClient>
SqlManagementClient
Implements

Constructors

SqlManagementClient()

Initializes a new instance of the SqlManagementClient class.

SqlManagementClient(HttpClient)

Initializes a new instance of the SqlManagementClient class.

SqlManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the SqlManagementClient class.

SqlManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the SqlManagementClient class.

SqlManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the SqlManagementClient class.

SqlManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the SqlManagementClient class.

Properties

ApiVersion

Gets the API version.

BaseUri

Gets the URI used as the base for all cloud service requests.

Credentials

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

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

Clone(ServiceClient<SqlManagementClient>)

Clones properties from current instance to another SqlManagementClient instance

Applies to