ISEaddon/Microsoft.WindowsAzure.Management.Sql.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.WindowsAzure.Management.Sql</name>
    </assembly>
    <members>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.DacOperations">
            <summary>
            Includes operations for importing and exporting Azure SQL Databases
            into and out of Azure blob storage.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IDacOperations">
            <summary>
            Includes operations for importing and exporting Azure SQL Databases
            into and out of Azure blob storage.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDacOperations.ExportAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters,System.Threading.CancellationToken)">
            <summary>
            Exports an Azure SQL Database into a DACPAC file in Azure Blob
            Storage.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which the database to
            export resides.
            </param>
            <param name='parameters'>
            The parameters needed to initiate the export request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDacOperations.GetStatusAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the import or export operation in the specified
            server with the corresponding request ID. The request ID is
            provided in the responses of the import or export operation.
            </summary>
            <param name='serverName'>
            The name of the server in which the import or export operation is
            taking place.
            </param>
            <param name='fullyQualifiedServerName'>
            The fully qualified domain name of the Azure SQL Database Server
            where the operation is taking place. Example:
            a9s7f7s9d3.database.windows.net
            </param>
            <param name='username'>
            The administrator username for the Azure SQL Database Server.
            </param>
            <param name='password'>
            The administrator password for the Azure SQL Database Server.
            </param>
            <param name='requestId'>
            The request ID of the operation being queried. The request ID is
            obtained from the responses of the import and export operations.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a list of import or export status values returned from
            GetStatus.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDacOperations.GetStatusPostAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the import or export operation in the specified
            server with the corresponding request ID. The request ID is
            provided in the responses of the import or export operation.
            </summary>
            <param name='serverName'>
            The name of the server in which the import or export operation is
            taking place.
            </param>
            <param name='parameters'>
            The parameters needed to get the status of an import or export
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a list of import or export status values returned from
            GetStatus.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDacOperations.ImportAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters,System.Threading.CancellationToken)">
            <summary>
            Initiates an Import of a DACPAC file from Azure Blob Storage into a
            Azure SQL Database.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server into which the database
            is being imported.
            </param>
            <param name='parameters'>
            The parameters needed to initiated the Import request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DacOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the DacOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DacOperations.ExportAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters,System.Threading.CancellationToken)">
            <summary>
            Exports an Azure SQL Database into a DACPAC file in Azure Blob
            Storage.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            database to export resides.
            </param>
            <param name='parameters'>
            Optional. The parameters needed to initiate the export request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DacOperations.GetStatusAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the import or export operation in the specified
            server with the corresponding request ID. The request ID is
            provided in the responses of the import or export operation.
            </summary>
            <param name='serverName'>
            Required. The name of the server in which the import or export
            operation is taking place.
            </param>
            <param name='fullyQualifiedServerName'>
            Required. The fully qualified domain name of the Azure SQL Database
            Server where the operation is taking place. Example:
            a9s7f7s9d3.database.windows.net
            </param>
            <param name='username'>
            Required. The administrator username for the Azure SQL Database
            Server.
            </param>
            <param name='password'>
            Required. The administrator password for the Azure SQL Database
            Server.
            </param>
            <param name='requestId'>
            Required. The request ID of the operation being queried. The
            request ID is obtained from the responses of the import and export
            operations.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a list of import or export status values returned from
            GetStatus.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DacOperations.GetStatusPostAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the import or export operation in the specified
            server with the corresponding request ID. The request ID is
            provided in the responses of the import or export operation.
            </summary>
            <param name='serverName'>
            Required. The name of the server in which the import or export
            operation is taking place.
            </param>
            <param name='parameters'>
            Required. The parameters needed to get the status of an import or
            export operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a list of import or export status values returned from
            GetStatus.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DacOperations.ImportAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters,System.Threading.CancellationToken)">
            <summary>
            Initiates an Import of a DACPAC file from Azure Blob Storage into a
            Azure SQL Database.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server into which the
            database is being imported.
            </param>
            <param name='parameters'>
            Optional. The parameters needed to initiated the Import request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.DacOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.DacOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.DacOperationsExtensions.Export(Microsoft.WindowsAzure.Management.Sql.IDacOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters)">
            <summary>
            Exports an Azure SQL Database into a DACPAC file in Azure Blob
            Storage.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDacOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            database to export resides.
            </param>
            <param name='parameters'>
            Optional. The parameters needed to initiate the export request.
            </param>
            <returns>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DacOperationsExtensions.ExportAsync(Microsoft.WindowsAzure.Management.Sql.IDacOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters)">
            <summary>
            Exports an Azure SQL Database into a DACPAC file in Azure Blob
            Storage.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDacOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            database to export resides.
            </param>
            <param name='parameters'>
            Optional. The parameters needed to initiate the export request.
            </param>
            <returns>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DacOperationsExtensions.GetStatus(Microsoft.WindowsAzure.Management.Sql.IDacOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the status of the import or export operation in the specified
            server with the corresponding request ID. The request ID is
            provided in the responses of the import or export operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDacOperations.
            </param>
            <param name='serverName'>
            Required. The name of the server in which the import or export
            operation is taking place.
            </param>
            <param name='fullyQualifiedServerName'>
            Required. The fully qualified domain name of the Azure SQL Database
            Server where the operation is taking place. Example:
            a9s7f7s9d3.database.windows.net
            </param>
            <param name='username'>
            Required. The administrator username for the Azure SQL Database
            Server.
            </param>
            <param name='password'>
            Required. The administrator password for the Azure SQL Database
            Server.
            </param>
            <param name='requestId'>
            Required. The request ID of the operation being queried. The
            request ID is obtained from the responses of the import and export
            operations.
            </param>
            <returns>
            Represents a list of import or export status values returned from
            GetStatus.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DacOperationsExtensions.GetStatusAsync(Microsoft.WindowsAzure.Management.Sql.IDacOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Gets the status of the import or export operation in the specified
            server with the corresponding request ID. The request ID is
            provided in the responses of the import or export operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDacOperations.
            </param>
            <param name='serverName'>
            Required. The name of the server in which the import or export
            operation is taking place.
            </param>
            <param name='fullyQualifiedServerName'>
            Required. The fully qualified domain name of the Azure SQL Database
            Server where the operation is taking place. Example:
            a9s7f7s9d3.database.windows.net
            </param>
            <param name='username'>
            Required. The administrator username for the Azure SQL Database
            Server.
            </param>
            <param name='password'>
            Required. The administrator password for the Azure SQL Database
            Server.
            </param>
            <param name='requestId'>
            Required. The request ID of the operation being queried. The
            request ID is obtained from the responses of the import and export
            operations.
            </param>
            <returns>
            Represents a list of import or export status values returned from
            GetStatus.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DacOperationsExtensions.GetStatusPost(Microsoft.WindowsAzure.Management.Sql.IDacOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters)">
            <summary>
            Gets the status of the import or export operation in the specified
            server with the corresponding request ID. The request ID is
            provided in the responses of the import or export operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDacOperations.
            </param>
            <param name='serverName'>
            Required. The name of the server in which the import or export
            operation is taking place.
            </param>
            <param name='parameters'>
            Required. The parameters needed to get the status of an import or
            export operation.
            </param>
            <returns>
            Represents a list of import or export status values returned from
            GetStatus.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DacOperationsExtensions.GetStatusPostAsync(Microsoft.WindowsAzure.Management.Sql.IDacOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters)">
            <summary>
            Gets the status of the import or export operation in the specified
            server with the corresponding request ID. The request ID is
            provided in the responses of the import or export operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDacOperations.
            </param>
            <param name='serverName'>
            Required. The name of the server in which the import or export
            operation is taking place.
            </param>
            <param name='parameters'>
            Required. The parameters needed to get the status of an import or
            export operation.
            </param>
            <returns>
            Represents a list of import or export status values returned from
            GetStatus.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DacOperationsExtensions.Import(Microsoft.WindowsAzure.Management.Sql.IDacOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters)">
            <summary>
            Initiates an Import of a DACPAC file from Azure Blob Storage into a
            Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDacOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server into which the
            database is being imported.
            </param>
            <param name='parameters'>
            Optional. The parameters needed to initiated the Import request.
            </param>
            <returns>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DacOperationsExtensions.ImportAsync(Microsoft.WindowsAzure.Management.Sql.IDacOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters)">
            <summary>
            Initiates an Import of a DACPAC file from Azure Blob Storage into a
            Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDacOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server into which the
            database is being imported.
            </param>
            <param name='parameters'>
            Optional. The parameters needed to initiated the Import request.
            </param>
            <returns>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperations">
            <summary>
            Represents the SQL Database Management API includes operations for
            managing SQL Server database copies for a subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations">
            <summary>
            Represents the SQL Database Management API includes operations for
            managing SQL Server database copies for a subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.CreateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Starts a SQL Server database copy.
            </summary>
            <param name='serverName'>
            The name of the SQL Server where the source database resides.
            </param>
            <param name='databaseName'>
            The name of the source database.
            </param>
            <param name='parameters'>
            The additional parameters for the create database copy operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a response to the create request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.DeleteAsync(System.String,System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Stops a SQL Server database copy.
            </summary>
            <param name='serverName'>
            The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            The name of the database.
            </param>
            <param name='databaseCopyName'>
            The unique identifier for the database copy to stop.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves information about a SQL Server database copy.
            </summary>
            <param name='serverName'>
            The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            The name of the database.
            </param>
            <param name='databaseCopyName'>
            The unique identifier for the database copy to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a response to the get request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the list of SQL Server database copies for a database.
            </summary>
            <param name='serverName'>
            The name of the database server to be queried.
            </param>
            <param name='databaseName'>
            The name of the database to be queried.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response containing the list of database copies for
            a given database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.UpdateAsync(System.String,System.String,System.Guid,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a SQL Server database copy.
            </summary>
            <param name='serverName'>
            The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            The name of the database.
            </param>
            <param name='databaseCopyName'>
            The unique identifier for the database copy to update.
            </param>
            <param name='parameters'>
            The additional parameters for the update database copy operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a response to the update request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the DatabaseCopyOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperations.CreateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Starts a SQL Server database copy.
            </summary>
            <param name='serverName'>
            Required. The name of the SQL Server where the source database
            resides.
            </param>
            <param name='databaseName'>
            Required. The name of the source database.
            </param>
            <param name='parameters'>
            Required. The additional parameters for the create database copy
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a response to the create request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperations.DeleteAsync(System.String,System.String,System.Guid,System.Threading.CancellationToken)">
            <summary>
            Stops a SQL Server database copy.
            </summary>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to stop.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves information about a SQL Server database copy.
            </summary>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a response to the get request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the list of SQL Server database copies for a database.
            </summary>
            <param name='serverName'>
            Required. The name of the database server to be queried.
            </param>
            <param name='databaseName'>
            Required. The name of the database to be queried.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response containing the list of database copies for
            a given database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperations.UpdateAsync(System.String,System.String,System.Guid,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a SQL Server database copy.
            </summary>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to update.
            </param>
            <param name='parameters'>
            Required. The additional parameters for the update database copy
            operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents a response to the update request.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.DatabaseCopyOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters)">
            <summary>
            Starts a SQL Server database copy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the SQL Server where the source database
            resides.
            </param>
            <param name='databaseName'>
            Required. The name of the source database.
            </param>
            <param name='parameters'>
            Required. The additional parameters for the create database copy
            operation.
            </param>
            <returns>
            Represents a response to the create request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters)">
            <summary>
            Starts a SQL Server database copy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the SQL Server where the source database
            resides.
            </param>
            <param name='databaseName'>
            Required. The name of the source database.
            </param>
            <param name='parameters'>
            Required. The additional parameters for the create database copy
            operation.
            </param>
            <returns>
            Represents a response to the create request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String,System.Guid)">
            <summary>
            Stops a SQL Server database copy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to stop.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String,System.Guid)">
            <summary>
            Stops a SQL Server database copy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to stop.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves information about a SQL Server database copy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to retrieve.
            </param>
            <returns>
            Represents a response to the get request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves information about a SQL Server database copy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to retrieve.
            </param>
            <returns>
            Represents a response to the get request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.List(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String)">
            <summary>
            Retrieves the list of SQL Server database copies for a database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the database server to be queried.
            </param>
            <param name='databaseName'>
            Required. The name of the database to be queried.
            </param>
            <returns>
            Represents the response containing the list of database copies for
            a given database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String)">
            <summary>
            Retrieves the list of SQL Server database copies for a database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the database server to be queried.
            </param>
            <param name='databaseName'>
            Required. The name of the database to be queried.
            </param>
            <returns>
            Represents the response containing the list of database copies for
            a given database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String,System.Guid,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters)">
            <summary>
            Updates a SQL Server database copy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to update.
            </param>
            <param name='parameters'>
            Required. The additional parameters for the update database copy
            operation.
            </param>
            <returns>
            Represents a response to the update request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseCopyOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations,System.String,System.String,System.Guid,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters)">
            <summary>
            Updates a SQL Server database copy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
            </param>
            <param name='serverName'>
            Required. The name of the source or destination SQL Server instance.
            </param>
            <param name='databaseName'>
            Required. The name of the database.
            </param>
            <param name='databaseCopyName'>
            Required. The unique identifier for the database copy to update.
            </param>
            <param name='parameters'>
            Required. The additional parameters for the update database copy
            operation.
            </param>
            <returns>
            Represents a response to the update request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.DatabaseOperationOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a specific operation by using the
            operation Guid.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server where the database is
            hosted.
            </param>
            <param name='operationGuid'>
            The Guid of the Azure SQL Database operation to be obtained.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the database operation for a given operation Guid.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.ListByDatabaseAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves all of the operations that took place on a specific
            database.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server that hosts the database.
            </param>
            <param name='databaseName'>
            The name of the database for which the operations should be
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response containing the list of database operations
            for a given server or database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.ListByServerAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves all of the operations that occured on the Azure SQL
            Database Server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server to be queried.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response containing the list of database operations
            for a given server or database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperationOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the DatabaseOperationOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperationOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a specific operation by using the
            operation Guid.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database is hosted.
            </param>
            <param name='operationGuid'>
            Required. The Guid of the Azure SQL Database operation to be
            obtained.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the database operation for a given operation Guid.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperationOperations.ListByDatabaseAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves all of the operations that took place on a specific
            database.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that hosts the
            database.
            </param>
            <param name='databaseName'>
            Required. The name of the database for which the operations should
            be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response containing the list of database operations
            for a given server or database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperationOperations.ListByServerAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves all of the operations that occured on the Azure SQL
            Database Server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response containing the list of database operations
            for a given server or database.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.DatabaseOperationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.DatabaseOperationOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations,System.String,System.String)">
            <summary>
            Returns information about a specific operation by using the
            operation Guid.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database is hosted.
            </param>
            <param name='operationGuid'>
            Required. The Guid of the Azure SQL Database operation to be
            obtained.
            </param>
            <returns>
            Represents the database operation for a given operation Guid.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations,System.String,System.String)">
            <summary>
            Returns information about a specific operation by using the
            operation Guid.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database is hosted.
            </param>
            <param name='operationGuid'>
            Required. The Guid of the Azure SQL Database operation to be
            obtained.
            </param>
            <returns>
            Represents the database operation for a given operation Guid.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationOperationsExtensions.ListByDatabase(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations,System.String,System.String)">
            <summary>
            Retrieves all of the operations that took place on a specific
            database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that hosts the
            database.
            </param>
            <param name='databaseName'>
            Required. The name of the database for which the operations should
            be retrieved.
            </param>
            <returns>
            Represents the response containing the list of database operations
            for a given server or database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationOperationsExtensions.ListByDatabaseAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations,System.String,System.String)">
            <summary>
            Retrieves all of the operations that took place on a specific
            database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that hosts the
            database.
            </param>
            <param name='databaseName'>
            Required. The name of the database for which the operations should
            be retrieved.
            </param>
            <returns>
            Represents the response containing the list of database operations
            for a given server or database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationOperationsExtensions.ListByServer(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations,System.String)">
            <summary>
            Retrieves all of the operations that occured on the Azure SQL
            Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <returns>
            Represents the response containing the list of database operations
            for a given server or database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationOperationsExtensions.ListByServerAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations,System.String)">
            <summary>
            Retrieves all of the operations that occured on the Azure SQL
            Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperationOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <returns>
            Represents the response containing the list of database operations
            for a given server or database.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a database in an Azure SQL Database Server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server where the database will
            be created.
            </param>
            <param name='parameters'>
            The parameters for the create database operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a create database request from the
            service.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Drops a database from an Azure SQL Database Server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to a Get Database request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.GetEventLogsAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database event logs.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='parameters'>
            The parameters for the Get Database Event Logs operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to a Get Database Event Logs request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a collection of Azure SQL Databases.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server from which to retrieve
            the database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains a collection of databases for a given Azure SQL Database
            Server.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the properties of an Azure SQL Database.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server where the database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to be updated.
            </param>
            <param name='parameters'>
            The parameters for the Update Database operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response from a request to Update Database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the DatabaseOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a database in an Azure SQL Database Server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database will be created.
            </param>
            <param name='parameters'>
            Required. The parameters for the create database operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a create database request from the
            service.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Drops a database from an Azure SQL Database Server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to a Get Database request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations.GetEventLogsAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database event logs.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='parameters'>
            Required. The parameters for the Get Database Event Logs operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to a Get Database Event Logs request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a collection of Azure SQL Databases.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            retrieve the database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains a collection of databases for a given Azure SQL Database
            Server.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the properties of an Azure SQL Database.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be updated.
            </param>
            <param name='parameters'>
            Required. The parameters for the Update Database operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response from a request to Update Database.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.DatabaseOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.DatabaseOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters)">
            <summary>
            Creates a database in an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database will be created.
            </param>
            <param name='parameters'>
            Required. The parameters for the create database operation.
            </param>
            <returns>
            Represents the response to a create database request from the
            service.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters)">
            <summary>
            Creates a database in an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database will be created.
            </param>
            <param name='parameters'>
            Required. The parameters for the create database operation.
            </param>
            <returns>
            Represents the response to a create database request from the
            service.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,System.String)">
            <summary>
            Drops a database from an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,System.String)">
            <summary>
            Drops a database from an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <returns>
            Contains the response to a Get Database request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <returns>
            Contains the response to a Get Database request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.GetEventLogs(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters)">
            <summary>
            Returns information about an Azure SQL Database event logs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='parameters'>
            Required. The parameters for the Get Database Event Logs operation.
            </param>
            <returns>
            Contains the response to a Get Database Event Logs request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.GetEventLogsAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters)">
            <summary>
            Returns information about an Azure SQL Database event logs.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='parameters'>
            Required. The parameters for the Get Database Event Logs operation.
            </param>
            <returns>
            Contains the response to a Get Database Event Logs request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.List(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String)">
            <summary>
            Returns a collection of Azure SQL Databases.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            retrieve the database.
            </param>
            <returns>
            Contains a collection of databases for a given Azure SQL Database
            Server.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String)">
            <summary>
            Returns a collection of Azure SQL Databases.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            retrieve the database.
            </param>
            <returns>
            Contains a collection of databases for a given Azure SQL Database
            Server.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters)">
            <summary>
            Updates the properties of an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be updated.
            </param>
            <param name='parameters'>
            Required. The parameters for the Update Database operation.
            </param>
            <returns>
            Contains the response from a request to Update Database.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.DatabaseOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters)">
            <summary>
            Updates the properties of an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server where the
            database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be updated.
            </param>
            <param name='parameters'>
            Required. The parameters for the Update Database operation.
            </param>
            <returns>
            Contains the response from a request to Update Database.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a new server-level Firewall Rule for an Azure SQL Database
            Server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server to which this rule will
            be applied.
            </param>
            <param name='parameters'>
            The parameters for the Create Firewall Rule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to a Create Firewall Rule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a server-level Firewall Rule from an Azure SQL Database
            Server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server that will have the
            Firewall Fule removed from it.
            </param>
            <param name='ruleName'>
            The name of the Firewall Fule to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the Firewall rule for an Azure SQL Database Server with a
            matching name.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server to query for the Firewall
            Rule.
            </param>
            <param name='ruleName'>
            The name of the rule to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response from a request to Get Firewall Rule.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of server-level Firewall Rules for an Azure SQL
            Database Server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server from which to list the
            Firewall Rules.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response from a request to List Firewall Rules.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates an existing server-level Firewall Rule for an Azure SQL
            Database Server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server that has the Firewall
            Rule to be updated.
            </param>
            <param name='ruleName'>
            The name of the Firewall Rule to be updated.
            </param>
            <param name='parameters'>
            The parameters for the Update Firewall Rule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the firewall rule update response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the FirewallRuleOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Adds a new server-level Firewall Rule for an Azure SQL Database
            Server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to which this
            rule will be applied.
            </param>
            <param name='parameters'>
            Required. The parameters for the Create Firewall Rule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to a Create Firewall Rule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a server-level Firewall Rule from an Azure SQL Database
            Server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that will have
            the Firewall Fule removed from it.
            </param>
            <param name='ruleName'>
            Required. The name of the Firewall Fule to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns the Firewall rule for an Azure SQL Database Server with a
            matching name.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to query for
            the Firewall Rule.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response from a request to Get Firewall Rule.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of server-level Firewall Rules for an Azure SQL
            Database Server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            list the Firewall Rules.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response from a request to List Firewall Rules.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperations.UpdateAsync(System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates an existing server-level Firewall Rule for an Azure SQL
            Database Server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that has the
            Firewall Rule to be updated.
            </param>
            <param name='ruleName'>
            Required. The name of the Firewall Rule to be updated.
            </param>
            <param name='parameters'>
            Required. The parameters for the Update Firewall Rule operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the firewall rule update response.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.FirewallRuleOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters)">
            <summary>
            Adds a new server-level Firewall Rule for an Azure SQL Database
            Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to which this
            rule will be applied.
            </param>
            <param name='parameters'>
            Required. The parameters for the Create Firewall Rule operation.
            </param>
            <returns>
            Contains the response to a Create Firewall Rule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters)">
            <summary>
            Adds a new server-level Firewall Rule for an Azure SQL Database
            Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to which this
            rule will be applied.
            </param>
            <param name='parameters'>
            Required. The parameters for the Create Firewall Rule operation.
            </param>
            <returns>
            Contains the response to a Create Firewall Rule operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String,System.String)">
            <summary>
            Deletes a server-level Firewall Rule from an Azure SQL Database
            Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that will have
            the Firewall Fule removed from it.
            </param>
            <param name='ruleName'>
            Required. The name of the Firewall Fule to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String,System.String)">
            <summary>
            Deletes a server-level Firewall Rule from an Azure SQL Database
            Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that will have
            the Firewall Fule removed from it.
            </param>
            <param name='ruleName'>
            Required. The name of the Firewall Fule to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String,System.String)">
            <summary>
            Returns the Firewall rule for an Azure SQL Database Server with a
            matching name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to query for
            the Firewall Rule.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to retrieve.
            </param>
            <returns>
            Contains the response from a request to Get Firewall Rule.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String,System.String)">
            <summary>
            Returns the Firewall rule for an Azure SQL Database Server with a
            matching name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to query for
            the Firewall Rule.
            </param>
            <param name='ruleName'>
            Required. The name of the rule to retrieve.
            </param>
            <returns>
            Contains the response from a request to Get Firewall Rule.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.List(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String)">
            <summary>
            Returns a list of server-level Firewall Rules for an Azure SQL
            Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            list the Firewall Rules.
            </param>
            <returns>
            Contains the response from a request to List Firewall Rules.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String)">
            <summary>
            Returns a list of server-level Firewall Rules for an Azure SQL
            Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            list the Firewall Rules.
            </param>
            <returns>
            Contains the response from a request to List Firewall Rules.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.Update(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters)">
            <summary>
            Updates an existing server-level Firewall Rule for an Azure SQL
            Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that has the
            Firewall Rule to be updated.
            </param>
            <param name='ruleName'>
            Required. The name of the Firewall Rule to be updated.
            </param>
            <param name='parameters'>
            Required. The parameters for the Update Firewall Rule operation.
            </param>
            <returns>
            Represents the firewall rule update response.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.FirewallRuleOperationsExtensions.UpdateAsync(Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations,System.String,System.String,Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters)">
            <summary>
            Updates an existing server-level Firewall Rule for an Azure SQL
            Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that has the
            Firewall Rule to be updated.
            </param>
            <param name='ruleName'>
            Required. The name of the Firewall Rule to be updated.
            </param>
            <param name='parameters'>
            Required. The parameters for the Update Firewall Rule operation.
            </param>
            <returns>
            Represents the firewall rule update response.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IQuotaOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the specified quota from the server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server from which to retrieve
            the quota.
            </param>
            <param name='quotaName'>
            The name of the quota to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response structure for the Quota Get operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of quotas from the server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server from which to get the
            quotas.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response structure for the Quota List operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations">
            <summary>
            Contains operations for getting Azure SQL Databases that can be
            recovered.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a recoverable Azure SQL Database.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database was
            hosted.
            </param>
            <param name='databaseName'>
            The name of the recoverable Azure SQL Database to be obtained.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the Get Recoverable Database request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a collection of databases that can be recovered from a
            specified server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the databases
            were hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the List Recoverable Databases request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IRecoverDatabaseOperations">
            <summary>
            Contains the operation to create recovery requests for Azure SQL
            Databases.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IRecoverDatabaseOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Issues a recovery request for an Azure SQL Database.
            </summary>
            <param name='sourceServerName'>
            The name of the Azure SQL Database Server on which the database was
            hosted.
            </param>
            <param name='parameters'>
            Additional parameters for the Create Recover Database Operation
            request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the Create Recover Database Operation
            request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations">
            <summary>
            Contains operations for getting dropped Azure SQL Databases that can be
            restored.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a dropped Azure SQL Database that can be
            restored.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database was
            hosted.
            </param>
            <param name='entityId'>
            The entity ID of the restorable dropped Azure SQL Database to be
            obtained.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the Get Restorable Dropped Database
            request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a collection of databases that has been dropped but can
            still be restored from a specified server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server to query for dropped
            databases that can still be restored.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the List Restorable Dropped Databases
            request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IRestoreDatabaseOperations">
            <summary>
            Contains the operation to create restore requests for Azure SQL
            Databases.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IRestoreDatabaseOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Issues a restore request for an Azure SQL Database.
            </summary>
            <param name='sourceServerName'>
            The name of the Azure SQL Database Server where the source database
            is, or was, hosted.
            </param>
            <param name='parameters'>
            Additional parameters for the Create Restore Database Operation
            request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the Create Restore Database Operation
            request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IServerOperations">
            <summary>
            Contains methods to allow various operations on Azure SQL Database
            Servers.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IServerOperations.ChangeAdministratorPasswordAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters,System.Threading.CancellationToken)">
            <summary>
            Changes the administrative password of an existing Azure SQL
            Database Server for a given subscription.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server that will have the
            administrator password changed.
            </param>
            <param name='parameters'>
            The necessary parameters for modifying the adminstrator password
            for a server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IServerOperations.CreateAsync(Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Provisions a new SQL Database server in a subscription.
            </summary>
            <param name='parameters'>
            The parameters needed to provision a server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response returned from the Create Server operation. This
            contains all the information returned from the service when a
            server is created.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IServerOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Azure SQL Database Server from a subscription.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IServerOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Returns all SQL Database Servers that are provisioned for a
            subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response structure for the Server List operation. Contains a
            list of all the servers in a subscription.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a certain Service Objective with a
            specific Id.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server to be queried.
            </param>
            <param name='serviceObjectiveId'>
            The Id of the Service Objective to be obtained.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response containing the service objective for a given Azure SQL
            Database Server with matching service objective Id.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about all Service Objectives on an Azure SQL
            Database Server.
            </summary>
            <param name='serverName'>
            The name of the Azure SQL Database Server to be queried.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response containing the list of service objective for a given
            server. This is returnedfrom a call to List Service Objectives.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.Dac">
            <summary>
            Includes operations for importing and exporting Azure SQL Databases
            into and out of Azure blob storage.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.DatabaseCopies">
            <summary>
            Represents the SQL Database Management API includes operations for
            managing SQL Server database copies for a subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.DatabaseOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.Databases">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.FirewallRules">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.Quotas">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.RecoverableDatabases">
            <summary>
            Contains operations for getting Azure SQL Databases that can be
            recovered.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.RecoverDatabaseOperations">
            <summary>
            Contains the operation to create recovery requests for Azure SQL
            Databases.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.RestorableDroppedDatabases">
            <summary>
            Contains operations for getting dropped Azure SQL Databases that
            can be restored.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.RestoreDatabaseOperations">
            <summary>
            Contains the operation to create restore requests for Azure SQL
            Databases.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.Servers">
            <summary>
            Contains methods to allow various operations on Azure SQL Database
            Servers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ISqlManagementClient.ServiceObjectives">
            <summary>
            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.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters">
            <summary>
            Represents the parameters needed to initiate an Azure SQL Database
            Export operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.#ctor">
            <summary>
            Initializes a new instance of the DacExportParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.BlobCredentials">
            <summary>
            Optional. Gets or sets the credentials information needed for
            setting where the DACPAC file will be exported to in Azure Blob
            Storage.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.ConnectionInfo">
            <summary>
            Optional. Gets or sets the connection information needed for the
            Azure SQL Database.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.BlobCredentialsParameter">
            <summary>
            The credentials needed to connect to Azure Blob Storage to export
            the DACPAC file.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.BlobCredentialsParameter.#ctor">
            <summary>
            Initializes a new instance of the BlobCredentialsParameter
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.BlobCredentialsParameter.#ctor(System.Uri,System.String)">
            <summary>
            Initializes a new instance of the BlobCredentialsParameter
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.BlobCredentialsParameter.StorageAccessKey">
            <summary>
            Required. Gets or sets the access key for the Azure Storage
            account.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.BlobCredentialsParameter.Uri">
            <summary>
            Required. Gets or sets the URI of where the DACPAC file should
            be stored in Azure Blob Storage.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.ConnectionInfoParameter">
            <summary>
            Represents the connection information for the Azure SQL Database to
            export.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.ConnectionInfoParameter.#ctor">
            <summary>
            Initializes a new instance of the ConnectionInfoParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.ConnectionInfoParameter.DatabaseName">
            <summary>
            Required. Gets or sets the name of the database to be exported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.ConnectionInfoParameter.Password">
            <summary>
            Required. Gets or sets the password for the database
            administrator user.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.ConnectionInfoParameter.ServerName">
            <summary>
            Required. Gets or sets the Azure SQL Database Server name where
            the database resides.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters.ConnectionInfoParameter.UserName">
            <summary>
            Required. Gets or sets the username of the database
            administrator user.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters">
            <summary>
            Represents the parameters that are needed to retrieve the status of an
            Azure SQL Database import or export operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters.#ctor">
            <summary>
            Initializes a new instance of the DacGetStatusParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters.Password">
            <summary>
            Required. Gets or sets the password for the Azure SQL Database
            server where the import or export operation is occurring.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters.RequestId">
            <summary>
            Required. Gets or sets the Id for the import or export operation of
            which to query the status.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters.ServerName">
            <summary>
            Required. Gets or sets the fully qualified name of the Azure SQL
            Database server where the import or export operation is occurring.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusParameters.UserName">
            <summary>
            Required. Gets or sets the username for the Azure SQL Database
            server where the import or export operation is occurring.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse">
            <summary>
            Represents a list of import or export status values returned from
            GetStatus.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the DacGetStatusResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse.GetEnumerator">
            <summary>
            Gets the sequence of StatusInfoList.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of StatusInfoList.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacGetStatusResponse.StatusInfoList">
            <summary>
            Optional. Gets a collection of statuses relevant to this import or
            export request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse">
            <summary>
            Represents the response that the service returns once an import or
            export operation has been initiated.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse.#ctor">
            <summary>
            Initializes a new instance of the DacImportExportResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse.Guid">
            <summary>
            Optional. Gets or sets a unique identifier for an import or export
            operation. Use this identifier for querying the status of the
            import or export operation with GetStatus.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters">
            <summary>
            Represents the parameters that are needed to initiate an Azure SQL
            Database import operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.#ctor">
            <summary>
            Initializes a new instance of the DacImportParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.AzureEdition">
            <summary>
            Optional. Gets or sets the edition for the database that will be
            created upon import.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.BlobCredentials">
            <summary>
            Optional. Gets or sets the credentials for retrieving the DACPAC
            from Azure Blob Storage.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.ConnectionInfo">
            <summary>
            Optional. Gets or sets the connection information needed for
            connecting to SQL Azure and creating a database to import into.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.DatabaseSizeInGB">
            <summary>
            Optional. Gets or sets the size for the database that will be
            created upon import.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.BlobCredentialsParameter">
            <summary>
            Represents the Azure Blob Storage information needed for connecting
            and retrieving the DACPAC file.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.BlobCredentialsParameter.#ctor">
            <summary>
            Initializes a new instance of the BlobCredentialsParameter
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.BlobCredentialsParameter.#ctor(System.Uri,System.String)">
            <summary>
            Initializes a new instance of the BlobCredentialsParameter
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.BlobCredentialsParameter.StorageAccessKey">
            <summary>
            Required. Gets or sets the access key for the Azure Blob
            Storage account where the DACPAC file is stored.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.BlobCredentialsParameter.Uri">
            <summary>
            Required. Gets or sets the URI of the DACPAC file stored in
            Azure Blob Storage to be imported.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.ConnectionInfoParameter">
            <summary>
            Represents the connection information for the Azure SQL Database
            into which the DACPAC file will be imported.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.ConnectionInfoParameter.#ctor">
            <summary>
            Initializes a new instance of the ConnectionInfoParameter class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.ConnectionInfoParameter.DatabaseName">
            <summary>
            Required. Gets or sets the name of the database into which the
            DACPAC file will be imported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.ConnectionInfoParameter.Password">
            <summary>
            Required. Gets or sets the password for the server
            administrator.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.ConnectionInfoParameter.ServerName">
            <summary>
            Required. Gets or sets the Azure SQL Database Server name where
            the imported database will be created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters.ConnectionInfoParameter.UserName">
            <summary>
            Required. Gets or sets the username of the server
            administration.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.Database">
            <summary>
            Represents a database in the Azure SQL Database service.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon">
            <summary>
            Common service resource properties found on resources returned by the
            service.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon.#ctor">
            <summary>
            Initializes a new instance of the SqlModelCommon class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon.Name">
            <summary>
            Optional. Gets the name of the service resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon.State">
            <summary>
            Optional. Gets the state of the service resource.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon.Type">
            <summary>
            Optional. Gets the type of the service resource.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.Database.#ctor">
            <summary>
            Initializes a new instance of the Database class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.AssignedServiceObjectiveId">
            <summary>
            Optional. Gets the ID of the assigned service objective for this
            database. This is the ID of the service objective being applied.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.CollationName">
            <summary>
            Optional. Gets the name of the collation for this database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.CreationDate">
            <summary>
            Optional. Gets the date this database was created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.Edition">
            <summary>
            Optional. Gets the edition of the Azure SQL Database. The
            DatabaseEditions enumeration contains all the valid editions.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.Id">
            <summary>
            Optional. Gets the ID of the database. This ID is unique within
            the server that contains the database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.IsFederationRoot">
            <summary>
            Optional. Gets whether or not the database is a federation root.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.IsSystemObject">
            <summary>
            Optional. Gets whether or not the database is a system object.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.MaximumDatabaseSizeInBytes">
            <summary>
            Optional. Gets the maximum size of this database expressed in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.MaximumDatabaseSizeInGB">
            <summary>
            Optional. Gets the maximum size of this database expressed in
            gigabytes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.RecoveryPeriodStartDate">
            <summary>
            Optional. Gets the starting date of the restorable period for this
            database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.ServiceObjectiveAssignmentErrorCode">
            <summary>
            Optional. Gets the error code raised when assigning a new service
            objective if there was one.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.ServiceObjectiveAssignmentErrorDescription">
            <summary>
            Optional. Gets the description of the error if an error occured
            while applying a new service objective.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.ServiceObjectiveAssignmentState">
            <summary>
            Optional. Gets the state of the current service objective
            assignment in numerical format.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.ServiceObjectiveAssignmentStateDescription">
            <summary>
            Optional. Gets the description of the state of the current service
            objective assignment.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.ServiceObjectiveAssignmentSuccessDate">
            <summary>
            Optional. Gets the date the service objective assignment succeeded.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.ServiceObjectiveId">
            <summary>
            Optional. Gets the ID of the current service objective.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Database.SizeMB">
            <summary>
            Optional. Gets the current usage of the database in megabytes.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy">
            <summary>
            Represents the Azure SQL Database copy.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCopy class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.DestinationDatabaseName">
            <summary>
            Optional. Gets the name of the destination database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.DestinationServerName">
            <summary>
            Optional. Gets the name of the destination server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.IsContinuous">
            <summary>
            Optional. Gets a value that indicates whether the copy is continous.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.IsInterlinkConnected">
            <summary>
            Optional. Gets a value that indicates whether the database copy is
            interlink connected.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.IsLocalDatabaseReplicationTarget">
            <summary>
            Optional. Gets a value that indicates whether the local database is
            the replication target.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.IsOfflineSecondary">
            <summary>
            Optional. Gets a value indicating whether it is an offline
            secondary copy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.IsTerminationAllowed">
            <summary>
            Optional. Gets a value indicating whether forced termination of
            this continuous copy is allowed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.LocalDatabaseId">
            <summary>
            Optional. Gets the ID of the local database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.ModifyDate">
            <summary>
            Optional. Gets the UTC date when the database copy became
            transactionally consistent.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.PercentComplete">
            <summary>
            Optional. Gets the progress towards copy completion.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.ReplicationState">
            <summary>
            Optional. Gets a value indicating the replication state for the
            database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.ReplicationStateDescription">
            <summary>
            Optional. Gets a description of the replication state for the
            database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.SourceDatabaseName">
            <summary>
            Optional. Gets the name of the source database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.SourceServerName">
            <summary>
            Optional. Gets the name of the source server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopy.StartDate">
            <summary>
            Optional. Gets the UTC date when the database copy was initiated.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters">
            <summary>
            Represents the parameters supplied to the Create Database Copy
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCopyCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters.#ctor(System.String,System.String,System.Boolean)">
            <summary>
            Initializes a new instance of the DatabaseCopyCreateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters.IsContinuous">
            <summary>
            Required. Gets a value that indicates whether the copy should be
            continuous.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters.IsOfflineSecondary">
            <summary>
            Optional. Gets a value that indicates whether it is an offline
            secondary copy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters.PartnerDatabase">
            <summary>
            Required. Gets the name of the destination database for the copy.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters.PartnerServer">
            <summary>
            Required. Gets the name of the destination server for the copy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateResponse">
            <summary>
            Represents a response to the create request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCopyCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateResponse.DatabaseCopy">
            <summary>
            Optional. Gets or sets the returned database copy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse">
            <summary>
            Represents a response to the get request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCopyGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyGetResponse.DatabaseCopy">
            <summary>
            Optional. Gets or sets the returned database copy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyListResponse">
            <summary>
            Represents the response containing the list of database copies for a
            given database.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyListResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCopyListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DatabaseCopies.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DatabaseCopies.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyListResponse.DatabaseCopies">
            <summary>
            Optional. Gets or sets the matching SQL Server database copies.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters">
            <summary>
            Represents the parameters supplied to the Update Database Copy
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCopyUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters.IsForcedTerminate">
            <summary>
            Optional. Gets or sets whether a Delete Database Operation will
            result in forced or friendly termination.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse">
            <summary>
            Represents a response to the update request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCopyUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse.DatabaseCopy">
            <summary>
            Optional. Gets or sets the returned database copy.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters">
            <summary>
            Represents the parameters required to create a new database on a Azure
            SQL Database Server.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatabaseCreateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters.CollationName">
            <summary>
            Optional. Gets or sets the collation name for the new database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters.Edition">
            <summary>
            Optional. Gets or sets the edition for the new database. The
            DatabaseEditions enumeration contains the valid values for this
            property.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters.MaximumDatabaseSizeInBytes">
            <summary>
            Optional. Gets or sets the maximum size of this database expressed
            in bytes. If this is used in conjunction with
            MaximumDatabaseSizeInGB they must agree.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters.MaximumDatabaseSizeInGB">
            <summary>
            Optional. Gets or sets the maximum size of this database expressed
            in gigabytes. If this is used in conjunction with
            MaximumDatabaseSizeInBytes they must agree.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters.Name">
            <summary>
            Required. Gets or sets the name for the new database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters.ServiceObjectiveId">
            <summary>
            Optional. Gets or sets the service objective ID to be applied to
            the database.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateResponse">
            <summary>
            Represents the response to a create database request from the service.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateResponse.Database">
            <summary>
            Optional. Gets or sets the database that was created as a result of
            the call to Create Database.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEditions">
            <summary>
            Defines the valid editions of Azure SQL Databases.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEditions.Web">
            <summary>
            The Web Edition Database is best suited for small Web applications
            and workgroup or departmental applications. This edition supports
            a database with a maximum size of 1 or 5 GB of data.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEditions.Business">
            <summary>
            The Business Edition Database is best suited for independent
            software vendors (ISVs), line-of-business (LOB) applications, and
            enterprise applications. This edition supports a database of up to
            150 GB of data, in 10GB increments up to 50GB, and then 50 GB
            increments.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEditions.Basic" -->
        <member name="F:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEditions.Standard">
            <summary>
            The Standard Edition Database is best suited for a group of users
            makingfewer than 1000 transactions per minute.
            </summary>
        </member>
        <member name="F:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEditions.Premium">
            <summary>
            The Premium Edition Database is for situations requiring a high
            number of transactionsper second (>100). Supports more users than
            Basic and Standard.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog">
            <summary>
            Represents the event log entry for a database.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.#ctor">
            <summary>
            Initializes a new instance of the DatabaseEventLog class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.AdditionalData">
            <summary>
            Optional. Gets any additional data for the event log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.DatabaseName">
            <summary>
            Optional. Gets the name of the database pertaining to this log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.Description">
            <summary>
            Optional. Gets the description of the event log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.EventCategory">
            <summary>
            Optional. Gets the event category of the event log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.EventSubtype">
            <summary>
            Optional. Gets the event sub type of the event log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.EventSubtypeDescription">
            <summary>
            Optional. Gets the event sub type description of the event log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.EventType">
            <summary>
            Optional. Gets the event type of the event log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.IntervalSizeInMinutes">
            <summary>
            Optional. Gets the interval size of the event log expressed in
            minutes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.NumberOfEvents">
            <summary>
            Optional. Gets the number of events of the event log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.Severity">
            <summary>
            Optional. Gets the severity of the event log.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseEventLog.StartTimeUtc">
            <summary>
            Optional. Gets the start time of the event log.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters">
            <summary>
            Represents the parameters supplied to the Get Database Event Logs
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters.#ctor">
            <summary>
            Initializes a new instance of the DatabaseGetEventLogsParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters.#ctor(System.DateTime,System.Int32,System.String)">
            <summary>
            Initializes a new instance of the DatabaseGetEventLogsParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters.EventTypes">
            <summary>
            Required. Gets or sets the event types to retrieve.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters.IntervalSizeInMinutes">
            <summary>
            Required. Gets or sets the interval size in minutes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsParameters.StartDate">
            <summary>
            Required. Gets or sets the start date for the event log.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsResponse">
            <summary>
            Contains the response to a Get Database Event Logs request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseGetEventLogsResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsResponse.GetEnumerator">
            <summary>
            Gets the sequence of EventLogs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of EventLogs.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetEventLogsResponse.EventLogs">
            <summary>
            Optional. Gets or sets the collection of Azure SQL Database event
            logs.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetResponse">
            <summary>
            Contains the response to a Get Database request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetResponse.Database">
            <summary>
            Optional. Gets or sets the database that was returned from the
            service in response to the get operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse">
            <summary>
            Contains a collection of databases for a given Azure SQL Database
            Server.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Databases.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Databases.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse.Databases">
            <summary>
            Optional. Gets or sets the collection of databases that are hosted
            on the Azure SQL Database Server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation">
            <summary>
            Contains all the information pertaining to a database operation that
            transpired.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.#ctor">
            <summary>
            Initializes a new instance of the DatabaseOperation class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.DatabaseName">
            <summary>
            Optional. Gets the name of the Azure SQL Database on which the
            operation is performed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.Error">
            <summary>
            Optional. Gets the description of the error that occurred during a
            failed operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.ErrorCode">
            <summary>
            Optional. Gets the code indicating the error that occurred during a
            failed operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.ErrorSeverity">
            <summary>
            Optional. Gets the severity level of the error that occurred during
            a failed operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.ErrorState">
            <summary>
            Optional. Gets the error state of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.Id">
            <summary>
            Optional. Gets a unique identifier for this database operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.LastModifyTime">
            <summary>
            Optional. Gets the timestamp when the record was last modified for
            a long running operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.PercentComplete">
            <summary>
            Optional. Gets the percentage of the operation that has completed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.SessionActivityId">
            <summary>
            Optional. Gets the unique Guid that identifies the session that
            this operation occured in. This is helpful if contacting support
            for an issue.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.StartTime">
            <summary>
            Optional. Gets the timestamp when the operation started.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperation.StateId">
            <summary>
            Optional. Gets a unique identifier for the service activity
            representing the operation. This activity id can be provided to
            the service support for investigating an operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationGetResponse">
            <summary>
            Represents the database operation for a given operation Guid.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseOperationGetResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationGetResponse.DatabaseOperation">
            <summary>
            Optional. Gets or sets the database operation information returned
            from a call to Get Database Operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationListResponse">
            <summary>
            Represents the response containing the list of database operations for
            a given server or database.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationListResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseOperationListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DatabaseOperations.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DatabaseOperations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseOperationListResponse.DatabaseOperations">
            <summary>
            Optional. Gets or sets the collection of database operations
            returned from a call to List Database Operations.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters">
            <summary>
            Represents the parameters supplied to the Create Database operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the DatabaseUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatabaseUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters.Edition">
            <summary>
            Required. Gets or sets the new edition for the database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters.MaximumDatabaseSizeInBytes">
            <summary>
            Optional. Gets or sets the maximum size of this database expressed
            in bytes. If this is used with MaximumDatabaseSizeInGB they must
            agree.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters.MaximumDatabaseSizeInGB">
            <summary>
            Optional. Gets or sets the maximum size of this database expressed
            in gigabytes. If this is used with MaximumDatabaseSizeInBytes
            they must agree.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters.Name">
            <summary>
            Optional. Gets or sets the new name of the database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters.ServiceObjectiveId">
            <summary>
            Optional. Gets or sets the unique identifier for the service
            objective to apply to the database.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateResponse">
            <summary>
            Contains the response from a request to Update Database.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateResponse.Database">
            <summary>
            Optional. The database object returned from the call to Update
            Database reflecting the changes made.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRule">
            <summary>
            Represents a Firewall Rule for an Azure SQL Database Server.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRule.#ctor">
            <summary>
            Initializes a new instance of the FirewallRule class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRule.EndIPAddress">
            <summary>
            Optional. Gets the ending IP address for this Firewall Rule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRule.StartIPAddress">
            <summary>
            Optional. Gets the starting IP address for this Firewall Rule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters">
            <summary>
            Represents the parameters for the Create Firewall Rule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleCreateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the FirewallRuleCreateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters.EndIPAddress">
            <summary>
            Required. Gets or sets the ending IP address for the new Firewall
            Rule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters.Name">
            <summary>
            Required. Gets or sets the name for the new Firewall Rule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateParameters.StartIPAddress">
            <summary>
            Required. Gets or sets the beginning IP address for the new
            Firewall Rule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateResponse">
            <summary>
            Contains the response to a Create Firewall Rule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleCreateResponse.FirewallRule">
            <summary>
            Optional. Gets or sets the resultant rule that was created from
            calling the Create Firewall Rule operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleGetResponse">
            <summary>
            Contains the response from a request to Get Firewall Rule.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleGetResponse.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleGetResponse.FirewallRule">
            <summary>
            Optional. Gets the Firewall Rule returned from the Get Firewall
            Rule operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse">
            <summary>
            Contains the response from a request to List Firewall Rules.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse.GetEnumerator">
            <summary>
            Gets the sequence of FirewallRules.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of FirewallRules.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleListResponse.FirewallRules">
            <summary>
            Optional. Gets the collection of firewall rules returned from the
            List Firewall Rules operation.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters">
            <summary>
            Represents the parameters for the Create Firewall Rule operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the FirewallRuleUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters.EndIPAddress">
            <summary>
            Required. Gets or sets the new ending IP address for this Firewall
            Rule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters.Name">
            <summary>
            Required. Gets or sets the new name of the Firewall Rule.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateParameters.StartIPAddress">
            <summary>
            Required. Gets or sets the new beginning IP address for this
            Firewall Rule.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse">
            <summary>
            Represents the firewall rule update response.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.FirewallRuleUpdateResponse.FirewallRule">
            <summary>
            Optional. Gets or sets the updated Firewall Rule that was returned
            from an Update Firewall Rule request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.Quota">
            <summary>
            Represents a quota for a server. Quotas are used to govern how many
            database of different types can be created.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.Quota.#ctor">
            <summary>
            Initializes a new instance of the Quota class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Quota.Value">
            <summary>
            Optional. Gets the value of the quota. This will be the maximum
            number of databases you can have that fall into this quota.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.QuotaGetResponse">
            <summary>
            Represents the response structure for the Quota Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.QuotaGetResponse.#ctor">
            <summary>
            Initializes a new instance of the QuotaGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.QuotaGetResponse.Quota">
            <summary>
            Optional. Gets or sets the quota that was retrieved from the server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse">
            <summary>
            Represents the response structure for the Quota List operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse.#ctor">
            <summary>
            Initializes a new instance of the QuotaListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Quotas.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Quotas.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.QuotaListResponse.Quotas">
            <summary>
            Optional. Gets or sets the collection of all the Quotas for the
            server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabase">
            <summary>
            Represents a recoverable Azure SQL Database.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabase.#ctor">
            <summary>
            Initializes a new instance of the RecoverableDatabase class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabase.Edition">
            <summary>
            Optional. Gets the edition of the database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabase.EntityId">
            <summary>
            Optional. Gets the entity ID of the database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabase.LastAvailableBackupDate">
            <summary>
            Optional. Gets the last available backup date for this database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabase.ServerName">
            <summary>
            Optional. Gets the name of the Azure SQL Database Server where the
            database resided.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse">
            <summary>
            Contains the response to the Get Recoverable Database request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse.#ctor">
            <summary>
            Initializes a new instance of the RecoverableDatabaseGetResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseGetResponse.Database">
            <summary>
            Optional. Gets or sets the recoverable database that was hosted on
            the server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse">
            <summary>
            Contains the response to the List Recoverable Databases request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse.#ctor">
            <summary>
            Initializes a new instance of the RecoverableDatabaseListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Databases.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Databases.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverableDatabaseListResponse.Databases">
            <summary>
            Optional. Gets or sets the collection of databases that were hosted
            on the server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperation">
            <summary>
            Represents a recovery operation for an Azure SQL Database.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperation.#ctor">
            <summary>
            Initializes a new instance of the RecoverDatabaseOperation class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperation.Id">
            <summary>
            Optional. Gets the ID of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperation.SourceDatabaseName">
            <summary>
            Optional. Gets the name of the source Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperation.TargetDatabaseName">
            <summary>
            Optional. Gets the name of the target Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperation.TargetServerName">
            <summary>
            Optional. Gets the name of the target Azure SQL Database Server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters">
            <summary>
            Contains the parameters supplied to the Create Recover Database
            Operation request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            RecoverDatabaseOperationCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            RecoverDatabaseOperationCreateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters.SourceDatabaseName">
            <summary>
            Required. Gets or sets the name of the source Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters.TargetDatabaseName">
            <summary>
            Optional. Gets or sets the name of the target Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters.TargetServerName">
            <summary>
            Optional. Gets or sets the name of the target Azure SQL Database
            Server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateResponse">
            <summary>
            Contains the response to the Create Recover Database Operation request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            RecoverDatabaseOperationCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateResponse.Operation">
            <summary>
            Optional. Gets or sets the operation that has been returned from a
            Create Recover Database Operation request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase">
            <summary>
            Represents a dropped Azure SQL Database that can be restored.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase.#ctor">
            <summary>
            Initializes a new instance of the RestorableDroppedDatabase class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase.CreationDate">
            <summary>
            Optional. Gets the date this database was created.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase.DeletionDate">
            <summary>
            Optional. Gets the date this database was deleted.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase.Edition">
            <summary>
            Optional. Gets the database resource's edition.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase.EntityId">
            <summary>
            Optional. Gets the entity ID of the database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase.MaximumDatabaseSizeInBytes">
            <summary>
            Optional. Gets the maximum size of this database expressed in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase.RecoveryPeriodStartDate">
            <summary>
            Optional. Gets the starting date of the restorable period for this
            database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabase.ServerName">
            <summary>
            Optional. Gets the name of the server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseGetResponse">
            <summary>
            Contains the response to the Get Restorable Dropped Database request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            RestorableDroppedDatabaseGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseGetResponse.Database">
            <summary>
            Optional. Gets or sets the restorable dropped database that has
            been returned from a Get Restorable Dropped Database request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse">
            <summary>
            Contains the response to the List Restorable Dropped Databases request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            RestorableDroppedDatabaseListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Databases.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Databases.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestorableDroppedDatabaseListResponse.Databases">
            <summary>
            Optional. Gets or sets the collection of restorable dropped
            databases that has been returned from a List Restorable Dropped
            Databases request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperation">
            <summary>
            Represents a restore operation for an Azure SQL Database.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperation.#ctor">
            <summary>
            Initializes a new instance of the RestoreDatabaseOperation class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperation.Id">
            <summary>
            Optional. Gets the ID of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperation.PointInTime">
            <summary>
            Optional. Gets the point in time to restore to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperation.SourceDatabaseDeletionDate">
            <summary>
            Optional. Gets the deletion date of the source Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperation.SourceDatabaseName">
            <summary>
            Optional. Gets the name of the source Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperation.TargetDatabaseName">
            <summary>
            Optional. Gets the name of the target Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperation.TargetServerName">
            <summary>
            Optional. Gets the name of the target Azure SQL Database Server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters">
            <summary>
            Contains the parameters supplied to the Create Restore Database
            Operation request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            RestoreDatabaseOperationCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the
            RestoreDatabaseOperationCreateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters.PointInTime">
            <summary>
            Optional. Gets or sets the point in time to restore to.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters.SourceDatabaseDeletionDate">
            <summary>
            Optional. Gets or sets the deletion date of the source Azure SQL
            Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters.SourceDatabaseName">
            <summary>
            Required. Gets or sets the name of the source Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters.TargetDatabaseName">
            <summary>
            Required. Gets or sets the name of the target Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters.TargetServerName">
            <summary>
            Optional. Gets or sets the name of the target Azure SQL Database
            Server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateResponse">
            <summary>
            Contains the response to the Create Restore Database Operation request.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            RestoreDatabaseOperationCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateResponse.Operation">
            <summary>
            Optional. Gets or sets the operation that has been returned from a
            Create Restore Database Operation request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.Server">
            <summary>
            Represents an individual Azure SQL Database Server.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.Server.#ctor">
            <summary>
            Initializes a new instance of the Server class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Server.AdministratorUserName">
            <summary>
            Optional. Gets the administrator login for the server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Server.FullyQualifiedDomainName">
            <summary>
            Optional. Gets the fully qualified domain name of the Azure SQL
            Database Server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Server.Location">
            <summary>
            Optional. Gets the location of this server. See
            http://azure.microsoft.com/en-us/regions/#services for a list of
            valid regions.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Server.Name">
            <summary>
            Optional. Gets the name of the Azure SQL Database Server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Server.State">
            <summary>
            Optional. Gets the current state of the server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.Server.Version">
            <summary>
            Optional. Gets the version of the server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters">
            <summary>
            Contains all the necessary information to change the administrator
            password for a server.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ServerChangeAdministratorPasswordParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ServerChangeAdministratorPasswordParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters.NewPassword">
            <summary>
            Required. Gets or sets the new password for the administrator.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters">
            <summary>
            The parameters that are used by the service to provision a server. The
            parameters marked optional are not required by the service.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the ServerCreateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ServerCreateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters.AdministratorPassword">
            <summary>
            Required. Gets or sets the administrator password for the new
            server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters.AdministratorUserName">
            <summary>
            Required. Gets or sets the administrator username that will be used
            for the new server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters.Location">
            <summary>
            Required. Gets or sets the region in which this server will be
            created. See http://azure.microsoft.com/en-us/regions/#services
            for a list of all the available regions.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters.Version">
            <summary>
            Optional. Gets or sets the version of server to create. Valid
            values are: 1.0, 2.0.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse">
            <summary>
            The response returned from the Create Server operation. This contains
            all the information returned from the service when a server is created.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse.FullyQualifiedDomainName">
            <summary>
            Optional. Gets the fully qualified domain name of the server.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateResponse.ServerName">
            <summary>
            Optional. Gets the name of the Azure SQL Database Server that was
            provisioned.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse">
            <summary>
            The response structure for the Server List operation. Contains a list
            of all the servers in a subscription.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Servers.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Servers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse.Servers">
            <summary>
            Optional. Gets the collection of Azure SQL Database Servers that
            are valid for your subscription.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective">
            <summary>
            Contains all the information pertaining to a service objective.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.#ctor">
            <summary>
            Initializes a new instance of the ServiceObjective class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.Description">
            <summary>
            Optional. Gets the description of this service objective.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.DimensionSettings">
            <summary>
            Optional. Gets or sets the service objective dimension settings.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.Enabled">
            <summary>
            Optional. Gets whether or not the service objective is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.Id">
            <summary>
            Optional. Gets the unique Guid that identifies this service
            objective.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.IsDefault">
            <summary>
            Optional. Gets whether or not the service objective is the default
            objective.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.IsSystem">
            <summary>
            Optional. Gets whether or not the service objective is a system
            objective.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.DimensionSettingResponse">
            <summary>
            Dimension setting.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.DimensionSettingResponse.#ctor">
            <summary>
            Initializes a new instance of the DimensionSettingResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.DimensionSettingResponse.Description">
            <summary>
            Optional. Gets the description of the dimension setting.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.DimensionSettingResponse.Id">
            <summary>
            Optional. Gets the unique Guid that identifies the dimension
            setting.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.DimensionSettingResponse.IsDefault">
            <summary>
            Optional. Indicates whether the dimension setting is the
            default setting.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjective.DimensionSettingResponse.Ordinal">
            <summary>
            Optional. Gets the dimension setting ordinal position.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse">
            <summary>
            Response containing the service objective for a given Azure SQL
            Database Server with matching service objective Id.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ServiceObjectiveGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveGetResponse.ServiceObjective">
            <summary>
            Optional. Gets or sets the service objective for the given Azure
            SQL Database Server with matching service objective Id. This
            object contains all the properties of the service objective.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse">
            <summary>
            Response containing the list of service objective for a given server.
            This is returnedfrom a call to List Service Objectives.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServiceObjectiveListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ServiceObjectives.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ServiceObjectives.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.ServiceObjectiveListResponse.ServiceObjectives">
            <summary>
            Optional. Gets or sets list of all of the Service Objectives that
            exist in an Azure SQL Database Server.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo">
            <summary>
            Describes the status of an import or export operation.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.#ctor">
            <summary>
            Initializes a new instance of the StatusInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.BlobUri">
            <summary>
            Optional. Gets the URI of the DACPAC file being used that is stored
            in Azure Blob Storage. For import this is the DACPAC that is
            being imported. For export this is the destination for the
            resultant DACPAC file.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.DatabaseName">
            <summary>
            Optional. Gets the name of the database that is being used. For
            import this is the name of the newly created database that is
            being imported into. For export this is the name of the database
            being exported.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.ErrorMessage">
            <summary>
            Optional. Gets the error message of the request if the request
            failed in some way.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.LastModifiedTime">
            <summary>
            Optional. Gets the last time the operation status changed.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.QueuedTime">
            <summary>
            Optional. Gets the time at which the import or export request was
            queued and the process initiated.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.RequestId">
            <summary>
            Optional. Gets the request ID of this import or export request.
            This can be used to continue to track this operation using
            GetStatus.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.RequestType">
            <summary>
            Optional. Gets the type of the operation. This can be either:
            Import or Export.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.ServerName">
            <summary>
            Optional. Gets the name of the SQL Database server holding the
            database that the import or export operation is utilizing.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.Models.StatusInfo.Status">
            <summary>
            Optional. Gets the status of the import or export request.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.QuotaOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.QuotaOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the QuotaOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.QuotaOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the specified quota from the server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            retrieve the quota.
            </param>
            <param name='quotaName'>
            Required. The name of the quota to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response structure for the Quota Get operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.QuotaOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of quotas from the server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            get the quotas.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response structure for the Quota List operation.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.QuotaOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.QuotaOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.QuotaOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Sql.IQuotaOperations,System.String,System.String)">
            <summary>
            Retrieves the specified quota from the server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            retrieve the quota.
            </param>
            <param name='quotaName'>
            Required. The name of the quota to retrieve.
            </param>
            <returns>
            Represents the response structure for the Quota Get operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.QuotaOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Sql.IQuotaOperations,System.String,System.String)">
            <summary>
            Retrieves the specified quota from the server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            retrieve the quota.
            </param>
            <param name='quotaName'>
            Required. The name of the quota to retrieve.
            </param>
            <returns>
            Represents the response structure for the Quota Get operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.QuotaOperationsExtensions.List(Microsoft.WindowsAzure.Management.Sql.IQuotaOperations,System.String)">
            <summary>
            Returns a list of quotas from the server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            get the quotas.
            </param>
            <returns>
            Represents the response structure for the Quota List operation.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.QuotaOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Sql.IQuotaOperations,System.String)">
            <summary>
            Returns a list of quotas from the server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IQuotaOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server from which to
            get the quotas.
            </param>
            <returns>
            Represents the response structure for the Quota List operation.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.RecoverableDatabaseOperations">
            <summary>
            Contains operations for getting Azure SQL Databases that can be
            recovered.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RecoverableDatabaseOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the RecoverableDatabaseOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RecoverableDatabaseOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a recoverable Azure SQL Database.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the recoverable Azure SQL Database to be
            obtained.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the Get Recoverable Database request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RecoverableDatabaseOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a collection of databases that can be recovered from a
            specified server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            databases were hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the List Recoverable Databases request.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.RecoverableDatabaseOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.RecoverableDatabaseOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.RecoverableDatabaseOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations,System.String,System.String)">
            <summary>
            Returns information about a recoverable Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the recoverable Azure SQL Database to be
            obtained.
            </param>
            <returns>
            Contains the response to the Get Recoverable Database request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.RecoverableDatabaseOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations,System.String,System.String)">
            <summary>
            Returns information about a recoverable Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the recoverable Azure SQL Database to be
            obtained.
            </param>
            <returns>
            Contains the response to the Get Recoverable Database request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.RecoverableDatabaseOperationsExtensions.List(Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations,System.String)">
            <summary>
            Returns a collection of databases that can be recovered from a
            specified server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            databases were hosted.
            </param>
            <returns>
            Contains the response to the List Recoverable Databases request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.RecoverableDatabaseOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations,System.String)">
            <summary>
            Returns a collection of databases that can be recovered from a
            specified server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRecoverableDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            databases were hosted.
            </param>
            <returns>
            Contains the response to the List Recoverable Databases request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.RecoverDatabaseOperations">
            <summary>
            Contains the operation to create recovery requests for Azure SQL
            Databases.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RecoverDatabaseOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the RecoverDatabaseOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RecoverDatabaseOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Issues a recovery request for an Azure SQL Database.
            </summary>
            <param name='sourceServerName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='parameters'>
            Required. Additional parameters for the Create Recover Database
            Operation request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the Create Recover Database Operation
            request.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.RecoverDatabaseOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.RecoverDatabaseOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.RecoverDatabaseOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Sql.IRecoverDatabaseOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters)">
            <summary>
            Issues a recovery request for an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRecoverDatabaseOperations.
            </param>
            <param name='sourceServerName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='parameters'>
            Required. Additional parameters for the Create Recover Database
            Operation request.
            </param>
            <returns>
            Contains the response to the Create Recover Database Operation
            request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.RecoverDatabaseOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Sql.IRecoverDatabaseOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.RecoverDatabaseOperationCreateParameters)">
            <summary>
            Issues a recovery request for an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRecoverDatabaseOperations.
            </param>
            <param name='sourceServerName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='parameters'>
            Required. Additional parameters for the Create Recover Database
            Operation request.
            </param>
            <returns>
            Contains the response to the Create Recover Database Operation
            request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.RestorableDroppedDatabaseOperations">
            <summary>
            Contains operations for getting dropped Azure SQL Databases that can be
            restored.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RestorableDroppedDatabaseOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the
            RestorableDroppedDatabaseOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RestorableDroppedDatabaseOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a dropped Azure SQL Database that can be
            restored.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='entityId'>
            Required. The entity ID of the restorable dropped Azure SQL
            Database to be obtained.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the Get Restorable Dropped Database
            request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RestorableDroppedDatabaseOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a collection of databases that has been dropped but can
            still be restored from a specified server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to query for
            dropped databases that can still be restored.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the List Restorable Dropped Databases
            request.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.RestorableDroppedDatabaseOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.RestorableDroppedDatabaseOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.RestorableDroppedDatabaseOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations,System.String,System.String)">
            <summary>
            Returns information about a dropped Azure SQL Database that can be
            restored.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='entityId'>
            Required. The entity ID of the restorable dropped Azure SQL
            Database to be obtained.
            </param>
            <returns>
            Contains the response to the Get Restorable Dropped Database
            request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.RestorableDroppedDatabaseOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations,System.String,System.String)">
            <summary>
            Returns information about a dropped Azure SQL Database that can be
            restored.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database was hosted.
            </param>
            <param name='entityId'>
            Required. The entity ID of the restorable dropped Azure SQL
            Database to be obtained.
            </param>
            <returns>
            Contains the response to the Get Restorable Dropped Database
            request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.RestorableDroppedDatabaseOperationsExtensions.List(Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations,System.String)">
            <summary>
            Returns a collection of databases that has been dropped but can
            still be restored from a specified server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to query for
            dropped databases that can still be restored.
            </param>
            <returns>
            Contains the response to the List Restorable Dropped Databases
            request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.RestorableDroppedDatabaseOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations,System.String)">
            <summary>
            Returns a collection of databases that has been dropped but can
            still be restored from a specified server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRestorableDroppedDatabaseOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to query for
            dropped databases that can still be restored.
            </param>
            <returns>
            Contains the response to the List Restorable Dropped Databases
            request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.RestoreDatabaseOperations">
            <summary>
            Contains the operation to create restore requests for Azure SQL
            Databases.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RestoreDatabaseOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the RestoreDatabaseOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.RestoreDatabaseOperations.CreateAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Issues a restore request for an Azure SQL Database.
            </summary>
            <param name='sourceServerName'>
            Required. The name of the Azure SQL Database Server where the
            source database is, or was, hosted.
            </param>
            <param name='parameters'>
            Required. Additional parameters for the Create Restore Database
            Operation request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Contains the response to the Create Restore Database Operation
            request.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.RestoreDatabaseOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.RestoreDatabaseOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.RestoreDatabaseOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Sql.IRestoreDatabaseOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters)">
            <summary>
            Issues a restore request for an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRestoreDatabaseOperations.
            </param>
            <param name='sourceServerName'>
            Required. The name of the Azure SQL Database Server where the
            source database is, or was, hosted.
            </param>
            <param name='parameters'>
            Required. Additional parameters for the Create Restore Database
            Operation request.
            </param>
            <returns>
            Contains the response to the Create Restore Database Operation
            request.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.RestoreDatabaseOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Sql.IRestoreDatabaseOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.RestoreDatabaseOperationCreateParameters)">
            <summary>
            Issues a restore request for an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IRestoreDatabaseOperations.
            </param>
            <param name='sourceServerName'>
            Required. The name of the Azure SQL Database Server where the
            source database is, or was, hosted.
            </param>
            <param name='parameters'>
            Required. Additional parameters for the Create Restore Database
            Operation request.
            </param>
            <returns>
            Contains the response to the Create Restore Database Operation
            request.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.ServerOperations">
            <summary>
            Contains methods to allow various operations on Azure SQL Database
            Servers.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.ServerOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServerOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.ServerOperations.ChangeAdministratorPasswordAsync(System.String,Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters,System.Threading.CancellationToken)">
            <summary>
            Changes the administrative password of an existing Azure SQL
            Database Server for a given subscription.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that will have
            the administrator password changed.
            </param>
            <param name='parameters'>
            Required. The necessary parameters for modifying the adminstrator
            password for a server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.ServerOperations.CreateAsync(Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Provisions a new SQL Database server in a subscription.
            </summary>
            <param name='parameters'>
            Required. The parameters needed to provision a server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response returned from the Create Server operation. This
            contains all the information returned from the service when a
            server is created.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.ServerOperations.DeleteAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified Azure SQL Database Server from a subscription.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.ServerOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Returns all SQL Database Servers that are provisioned for a
            subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The response structure for the Server List operation. Contains a
            list of all the servers in a subscription.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ServerOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.ServerOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServerOperationsExtensions.ChangeAdministratorPassword(Microsoft.WindowsAzure.Management.Sql.IServerOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters)">
            <summary>
            Changes the administrative password of an existing Azure SQL
            Database Server for a given subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServerOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that will have
            the administrator password changed.
            </param>
            <param name='parameters'>
            Required. The necessary parameters for modifying the adminstrator
            password for a server.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServerOperationsExtensions.ChangeAdministratorPasswordAsync(Microsoft.WindowsAzure.Management.Sql.IServerOperations,System.String,Microsoft.WindowsAzure.Management.Sql.Models.ServerChangeAdministratorPasswordParameters)">
            <summary>
            Changes the administrative password of an existing Azure SQL
            Database Server for a given subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServerOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that will have
            the administrator password changed.
            </param>
            <param name='parameters'>
            Required. The necessary parameters for modifying the adminstrator
            password for a server.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServerOperationsExtensions.Create(Microsoft.WindowsAzure.Management.Sql.IServerOperations,Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters)">
            <summary>
            Provisions a new SQL Database server in a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServerOperations.
            </param>
            <param name='parameters'>
            Required. The parameters needed to provision a server.
            </param>
            <returns>
            The response returned from the Create Server operation. This
            contains all the information returned from the service when a
            server is created.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServerOperationsExtensions.CreateAsync(Microsoft.WindowsAzure.Management.Sql.IServerOperations,Microsoft.WindowsAzure.Management.Sql.Models.ServerCreateParameters)">
            <summary>
            Provisions a new SQL Database server in a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServerOperations.
            </param>
            <param name='parameters'>
            Required. The parameters needed to provision a server.
            </param>
            <returns>
            The response returned from the Create Server operation. This
            contains all the information returned from the service when a
            server is created.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServerOperationsExtensions.Delete(Microsoft.WindowsAzure.Management.Sql.IServerOperations,System.String)">
            <summary>
            Deletes the specified Azure SQL Database Server from a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServerOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServerOperationsExtensions.DeleteAsync(Microsoft.WindowsAzure.Management.Sql.IServerOperations,System.String)">
            <summary>
            Deletes the specified Azure SQL Database Server from a subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServerOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServerOperationsExtensions.List(Microsoft.WindowsAzure.Management.Sql.IServerOperations)">
            <summary>
            Returns all SQL Database Servers that are provisioned for a
            subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServerOperations.
            </param>
            <returns>
            The response structure for the Server List operation. Contains a
            list of all the servers in a subscription.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServerOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Sql.IServerOperations)">
            <summary>
            Returns all SQL Database Servers that are provisioned for a
            subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServerOperations.
            </param>
            <returns>
            The response structure for the Server List operation. Contains a
            list of all the servers in a subscription.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.ServiceObjectiveOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.ServiceObjectiveOperations.#ctor(Microsoft.WindowsAzure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServiceObjectiveOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.ServiceObjectiveOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a certain Service Objective with a
            specific Id.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <param name='serviceObjectiveId'>
            Required. The Id of the Service Objective to be obtained.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response containing the service objective for a given Azure SQL
            Database Server with matching service objective Id.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.ServiceObjectiveOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about all Service Objectives on an Azure SQL
            Database Server.
            </summary>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response containing the list of service objective for a given
            server. This is returnedfrom a call to List Service Objectives.
            </returns>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.ServiceObjectiveOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.ServiceObjectiveOperationsExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServiceObjectiveOperationsExtensions.Get(Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations,System.String,System.String)">
            <summary>
            Returns information about a certain Service Objective with a
            specific Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <param name='serviceObjectiveId'>
            Required. The Id of the Service Objective to be obtained.
            </param>
            <returns>
            Response containing the service objective for a given Azure SQL
            Database Server with matching service objective Id.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServiceObjectiveOperationsExtensions.GetAsync(Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations,System.String,System.String)">
            <summary>
            Returns information about a certain Service Objective with a
            specific Id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <param name='serviceObjectiveId'>
            Required. The Id of the Service Objective to be obtained.
            </param>
            <returns>
            Response containing the service objective for a given Azure SQL
            Database Server with matching service objective Id.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServiceObjectiveOperationsExtensions.List(Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations,System.String)">
            <summary>
            Returns information about all Service Objectives on an Azure SQL
            Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <returns>
            Response containing the list of service objective for a given
            server. This is returnedfrom a call to List Service Objectives.
            </returns>
        </member>
        <member name="M:Microsoft.WindowsAzure.ServiceObjectiveOperationsExtensions.ListAsync(Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations,System.String)">
            <summary>
            Returns information about all Service Objectives on an Azure SQL
            Database Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.WindowsAzure.Management.Sql.IServiceObjectiveOperations.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to be queried.
            </param>
            <returns>
            Response containing the list of service objective for a given
            server. This is returnedfrom a call to List Service Objectives.
            </returns>
        </member>
        <member name="T:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.#ctor">
            <summary>
            Initializes a new instance of the SqlManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.#ctor(Microsoft.WindowsAzure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the SqlManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Required. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.#ctor(Microsoft.WindowsAzure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the SqlManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SqlManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.#ctor(Microsoft.WindowsAzure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SqlManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Required. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.#ctor(Microsoft.WindowsAzure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the SqlManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.Clone(Microsoft.WindowsAzure.Common.ServiceClient{Microsoft.WindowsAzure.Management.Sql.SqlManagementClient})">
            <summary>
            Clones properties from current instance to another
            SqlManagementClient instance
            </summary>
            <param name='client'>
            Instance of SqlManagementClient to clone to
            </param>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.Dac">
            <summary>
            Includes operations for importing and exporting Azure SQL Databases
            into and out of Azure blob storage.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.DatabaseCopies">
            <summary>
            Represents the SQL Database Management API includes operations for
            managing SQL Server database copies for a subscription.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.DatabaseOperations">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.Databases">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.FirewallRules">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.Quotas">
            <summary>
            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.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.RecoverableDatabases">
            <summary>
            Contains operations for getting Azure SQL Databases that can be
            recovered.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.RecoverDatabaseOperations">
            <summary>
            Contains the operation to create recovery requests for Azure SQL
            Databases.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.RestorableDroppedDatabases">
            <summary>
            Contains operations for getting dropped Azure SQL Databases that
            can be restored.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.RestoreDatabaseOperations">
            <summary>
            Contains the operation to create restore requests for Azure SQL
            Databases.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.Servers">
            <summary>
            Contains methods to allow various operations on Azure SQL Database
            Servers.
            </summary>
        </member>
        <member name="P:Microsoft.WindowsAzure.Management.Sql.SqlManagementClient.ServiceObjectives">
            <summary>
            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.
            </summary>
        </member>
        <member name="T:Microsoft.WindowsAzure.SqlManagementClientExtensions">
            <summary>
            This is the main client class for interacting with the Azure SQL
            Database REST APIs.
            </summary>
        </member>
    </members>
</doc>