Microsoft.Azure.Management.Sql.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.Sql</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.Sql.AuditingPolicyOperations">
            <summary>
            Represents all the operations to manage Azure SQL Database and Database
            Server Audit policy. Contains operations to: Create, Retrieve and
            Update audit policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the AuditingPolicyOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.AuditingPolicyOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperations.CreateOrUpdateDatabasePolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database auditing policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database auditing policy.
            </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.Azure.Management.Sql.AuditingPolicyOperations.CreateOrUpdateServerPolicyAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Server auditing policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database Server auditing policy.
            </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.Azure.Management.Sql.AuditingPolicyOperations.GetDatabasePolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database auditing policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get database auditing policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperations.GetServerPolicyAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database server auditing policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get database auditing policy request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions.CreateOrUpdateDatabasePolicy(Microsoft.Azure.Management.Sql.IAuditingPolicyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database auditing policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions.CreateOrUpdateDatabasePolicyAsync(Microsoft.Azure.Management.Sql.IAuditingPolicyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database auditing policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions.CreateOrUpdateServerPolicy(Microsoft.Azure.Management.Sql.IAuditingPolicyOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Server auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database Server auditing policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions.CreateOrUpdateServerPolicyAsync(Microsoft.Azure.Management.Sql.IAuditingPolicyOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Server auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database Server auditing policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions.GetDatabasePolicy(Microsoft.Azure.Management.Sql.IAuditingPolicyOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <returns>
            Represents the response to a get database auditing policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions.GetDatabasePolicyAsync(Microsoft.Azure.Management.Sql.IAuditingPolicyOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <returns>
            Represents the response to a get database auditing policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions.GetServerPolicy(Microsoft.Azure.Management.Sql.IAuditingPolicyOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database server auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <returns>
            Represents the response to a get database auditing policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.AuditingPolicyOperationsExtensions.GetServerPolicyAsync(Microsoft.Azure.Management.Sql.IAuditingPolicyOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database server auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <returns>
            Represents the response to a get database auditing policy request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.BlobAuditingOperations">
            <summary>
            Represents all the operations to manage Azure SQL Database and Server
            blob auditing. Contains operations to: Create, Retrieve and Update
            blob auditing settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the BlobAuditingOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.BlobAuditingOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperations.CreateOrUpdateDatabasePolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database blob auditing policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database auditing policy.
            </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.Azure.Management.Sql.BlobAuditingOperations.CreateOrUpdateServerPolicyAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Server blob auditing
            policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database Server blob auditing policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response Azure Sql Server blob auditing operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperations.GetDatabaseBlobAuditingPolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database blob auditing policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server blob auditing create or
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Server blob auditing status link returned by the
            CreateOrUpdate operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server blob auditing create or
            update operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperations.GetServerPolicyAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database server blob auditing policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.CreateOrUpdateDatabasePolicy(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database blob auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database auditing policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.CreateOrUpdateDatabasePolicyAsync(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database blob auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database auditing policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.CreateOrUpdateServerPolicy(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Server blob auditing
            policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database Server blob auditing policy.
            </param>
            <returns>
            Response Azure Sql Server blob auditing operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.CreateOrUpdateServerPolicyAsync(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Server blob auditing
            policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a Azure
            SQL Database Server blob auditing policy.
            </param>
            <returns>
            Response Azure Sql Server blob auditing operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.GetDatabaseBlobAuditingPolicy(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database blob auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <returns>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.GetDatabaseBlobAuditingPolicyAsync(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database blob auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the auditing
            policy applies.
            </param>
            <returns>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.GetOperationStatus(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server blob auditing create or
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Server blob auditing status link returned by the
            CreateOrUpdate operation
            </param>
            <returns>
            Response for long running Azure Sql server blob auditing create or
            update operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.GetOperationStatusAsync(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server blob auditing create or
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Server blob auditing status link returned by the
            CreateOrUpdate operation
            </param>
            <returns>
            Response for long running Azure Sql server blob auditing create or
            update operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.GetServerPolicy(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database server blob auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <returns>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.BlobAuditingOperationsExtensions.GetServerPolicyAsync(Microsoft.Azure.Management.Sql.IBlobAuditingOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database server blob auditing policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IBlobAuditingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <returns>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.CapabilitiesOperations">
            <summary>
            Represents all the operations for determining the set of capabilites
            available in a specified region.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.CapabilitiesOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the CapabilitiesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.CapabilitiesOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.CapabilitiesOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about the Azure SQL capabilities available for
            the specified region.
            </summary>
            <param name='locationName'>
            Required. The name of the region for which the Azure SQL
            capabilities are retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql capabilities request
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.CapabilitiesOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.CapabilitiesOperationsExtensions.Get(Microsoft.Azure.Management.Sql.ICapabilitiesOperations,System.String)">
            <summary>
            Returns information about the Azure SQL capabilities available for
            the specified region.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ICapabilitiesOperations.
            </param>
            <param name='locationName'>
            Required. The name of the region for which the Azure SQL
            capabilities are retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql capabilities request
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.CapabilitiesOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.ICapabilitiesOperations,System.String)">
            <summary>
            Returns information about the Azure SQL capabilities available for
            the specified region.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ICapabilitiesOperations.
            </param>
            <param name='locationName'>
            Required. The name of the region for which the Azure SQL
            capabilities are retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql capabilities request
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseActivationOperations">
            <summary>
            Represents all the operations for operating pertaining to activation on
            Azure SQL Data Warehouse databases. Contains operations to: Pause and
            Resume databases
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the DatabaseActivationOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.DatabaseActivationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperations.BeginPauseAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Data Warehouse database pause operation.To
            determine the status of the operation call
            GetDatabaseActivationOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            pause.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperations.BeginResumeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Data Warehouse database resume operation. To
            determine the status of the operation call
            GetDatabaseActivationOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            resume.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperations.GetDatabaseActivationOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Data Warehouse Database pause or
            resume operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperations.PauseAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Data Warehouse database pause operation.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            pause.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperations.ResumeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Data Warehouse database resume operation.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            resume.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.BeginPause(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String,System.String,System.String)">
            <summary>
            Start an Azure SQL Data Warehouse database pause operation.To
            determine the status of the operation call
            GetDatabaseActivationOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            pause.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.BeginPauseAsync(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String,System.String,System.String)">
            <summary>
            Start an Azure SQL Data Warehouse database pause operation.To
            determine the status of the operation call
            GetDatabaseActivationOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            pause.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.BeginResume(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String,System.String,System.String)">
            <summary>
            Start an Azure SQL Data Warehouse database resume operation. To
            determine the status of the operation call
            GetDatabaseActivationOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            resume.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.BeginResumeAsync(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String,System.String,System.String)">
            <summary>
            Start an Azure SQL Data Warehouse database resume operation. To
            determine the status of the operation call
            GetDatabaseActivationOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            resume.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.GetDatabaseActivationOperationStatus(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Data Warehouse Database pause or
            resume operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.GetDatabaseActivationOperationStatusAsync(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Data Warehouse Database pause or
            resume operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.Pause(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String,System.String,System.String)">
            <summary>
            Start an Azure SQL Data Warehouse database pause operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            pause.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.PauseAsync(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String,System.String,System.String)">
            <summary>
            Start an Azure SQL Data Warehouse database pause operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            pause.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.Resume(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String,System.String,System.String)">
            <summary>
            Start an Azure SQL Data Warehouse database resume operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            resume.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseActivationOperationsExtensions.ResumeAsync(Microsoft.Azure.Management.Sql.IDatabaseActivationOperations,System.String,System.String,System.String)">
            <summary>
            Start an Azure SQL Data Warehouse database resume operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the data
            warehouse database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Data Warehouse database to
            resume.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperations">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Databases. Contains operations to retrieve Advisors and update auto
            execute status of an Advisor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the DatabaseAdvisorOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a Database Advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of Advisors for the Azure SQL Database.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperations.UpdateAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Database advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a Database Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a Database Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperationsExtensions.List(Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns list of Advisors for the Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns list of Advisors for the Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperationsExtensions.Update(Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Database advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseAdvisorOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Database advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseBackupOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            database backups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the DatabaseBackupOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.BeginCreateOrUpdateBackupLongTermRetentionVaultAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating or updating an Azure SQL Server backup
            LongTermRetention vault. To determine the status of the operation
            call GetBackupLongTermRetentionVaultOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Server backup LongTermRetention
            vault.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a backup
            LongTermRetention vault.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.BeginCreateOrUpdateDatabaseBackupLongTermRetentionPolicyAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating or updating an Azure SQL Server backup
            LongTermRetention policy. To determine the status of the operation
            call GetDatabaseBackupLongTermRetentionPolicyOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be operated on.
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database backup LongTermRetention policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.CreateOrUpdateBackupLongTermRetentionVaultAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Server backup LongTermRetention
            vault.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Server backup LongTermRetention
            vault.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a backup
            LongTermRetention vault.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.CreateOrUpdateDatabaseBackupLongTermRetentionPolicyAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database backup LongTermRetention
            policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be operated on
            (Updated or created).
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database backup LongTermRetention policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.CreateOrUpdateGeoBackupPolicyAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a Azure SQL Database Geo Backup Policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <param name='geoBackupPolicyName'>
            Required. The name of the Azure SQL Database Geo Backup Policy to
            retrieve geo backup policies for.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a SQL
            Database Geo Backup Policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for Azure Sql Database Geo Backup Policy operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.GetBackupLongTermRetentionVaultAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Server backup LongTermRetention vault
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention vault.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Server backup
            LongTermRetention vault request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.GetBackupLongTermRetentionVaultOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server backup LongTermRetention
            vault create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.GetDatabaseBackupLongTermRetentionPolicyAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database backup LongTermRetention policy
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database backup
            LongTermRetention policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.GetDatabaseBackupLongTermRetentionPolicyOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database backup LongTermRetention
            policy create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.GetDeletedDatabaseBackupAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL deleted database backup (a resource
            representing a deleted database that can be restored).
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve
            deleted databases for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve deleted
            databases for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database deleted
            database backup request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.GetGeoBackupAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database geo backup.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backups for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo
            backups for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database geo backup
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.GetGeoBackupPolicyAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database geo backup policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <param name='geoBackupPolicyName'>
            Required. The name of the Azure SQL Database Geo Backup Policy to
            retrieve geo backup policies for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database geo backup
            policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.ListBackupLongTermRetentionVaultsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Server backup LongTermRetention vaults
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server backup
            LongTermRetention vault request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.ListDatabaseBackupLongTermRetentionPoliciesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database backup LongTermRetention
            policies
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database backup
            LongTermRetention policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.ListDeletedDatabaseBackupsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL deleted database backups (a resource
            representing a deleted database that can be restored).
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve
            deleted databases for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database deleted
            database backups request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.ListGeoBackupPoliciesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database geo backup policies.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database geo backup
            policies request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.ListGeoBackupsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database geo backups.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backups for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database geo backups
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperations.ListRestorePointsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database restore points.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 from which to retrieve
            available restore points.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database restore points
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.BeginCreateOrUpdateBackupLongTermRetentionVault(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters)">
            <summary>
            Begins creating or updating an Azure SQL Server backup
            LongTermRetention vault. To determine the status of the operation
            call GetBackupLongTermRetentionVaultOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Server backup LongTermRetention
            vault.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a backup
            LongTermRetention vault.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.BeginCreateOrUpdateBackupLongTermRetentionVaultAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters)">
            <summary>
            Begins creating or updating an Azure SQL Server backup
            LongTermRetention vault. To determine the status of the operation
            call GetBackupLongTermRetentionVaultOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Server backup LongTermRetention
            vault.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a backup
            LongTermRetention vault.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.BeginCreateOrUpdateDatabaseBackupLongTermRetentionPolicy(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters)">
            <summary>
            Begins creating or updating an Azure SQL Server backup
            LongTermRetention policy. To determine the status of the operation
            call GetDatabaseBackupLongTermRetentionPolicyOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be operated on.
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database backup LongTermRetention policy.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.BeginCreateOrUpdateDatabaseBackupLongTermRetentionPolicyAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters)">
            <summary>
            Begins creating or updating an Azure SQL Server backup
            LongTermRetention policy. To determine the status of the operation
            call GetDatabaseBackupLongTermRetentionPolicyOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be operated on.
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database backup LongTermRetention policy.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.CreateOrUpdateBackupLongTermRetentionVault(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Server backup LongTermRetention
            vault.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Server backup LongTermRetention
            vault.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a backup
            LongTermRetention vault.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.CreateOrUpdateBackupLongTermRetentionVaultAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Server backup LongTermRetention
            vault.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Server backup LongTermRetention
            vault.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a backup
            LongTermRetention vault.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.CreateOrUpdateDatabaseBackupLongTermRetentionPolicy(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database backup LongTermRetention
            policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be operated on
            (Updated or created).
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database backup LongTermRetention policy.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.CreateOrUpdateDatabaseBackupLongTermRetentionPolicyAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database backup LongTermRetention
            policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be operated on
            (Updated or created).
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database backup LongTermRetention policy.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.CreateOrUpdateGeoBackupPolicy(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateParameters)">
            <summary>
            Updates a Azure SQL Database Geo Backup Policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <param name='geoBackupPolicyName'>
            Required. The name of the Azure SQL Database Geo Backup Policy to
            retrieve geo backup policies for.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a SQL
            Database Geo Backup Policy.
            </param>
            <returns>
            Response for Azure Sql Database Geo Backup Policy operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.CreateOrUpdateGeoBackupPolicyAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateParameters)">
            <summary>
            Updates a Azure SQL Database Geo Backup Policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <param name='geoBackupPolicyName'>
            Required. The name of the Azure SQL Database Geo Backup Policy to
            retrieve geo backup policies for.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a SQL
            Database Geo Backup Policy.
            </param>
            <returns>
            Response for Azure Sql Database Geo Backup Policy operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetBackupLongTermRetentionVault(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Server backup LongTermRetention vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention vault.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Server backup
            LongTermRetention vault request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetBackupLongTermRetentionVaultAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Server backup LongTermRetention vault
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention vault.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Server backup
            LongTermRetention vault request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetBackupLongTermRetentionVaultOperationStatus(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server backup LongTermRetention
            vault create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetBackupLongTermRetentionVaultOperationStatusAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server backup LongTermRetention
            vault create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetDatabaseBackupLongTermRetentionPolicy(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database backup LongTermRetention policy
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database backup
            LongTermRetention policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetDatabaseBackupLongTermRetentionPolicyAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database backup LongTermRetention policy
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            Required. The name of the Azure SQL Database backup
            LongTermRetention policy.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database backup
            LongTermRetention policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetDatabaseBackupLongTermRetentionPolicyOperationStatus(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database backup LongTermRetention
            policy create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetDatabaseBackupLongTermRetentionPolicyOperationStatusAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database backup LongTermRetention
            policy create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetDeletedDatabaseBackup(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL deleted database backup (a resource
            representing a deleted database that can be restored).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve
            deleted databases for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve deleted
            databases for.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database deleted
            database backup request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetDeletedDatabaseBackupAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL deleted database backup (a resource
            representing a deleted database that can be restored).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve
            deleted databases for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve deleted
            databases for.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database deleted
            database backup request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetGeoBackup(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database geo backup.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backups for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo
            backups for.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database geo backup
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetGeoBackupAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database geo backup.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backups for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo
            backups for.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database geo backup
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetGeoBackupPolicy(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database geo backup policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <param name='geoBackupPolicyName'>
            Required. The name of the Azure SQL Database Geo Backup Policy to
            retrieve geo backup policies for.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database geo backup
            policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.GetGeoBackupPolicyAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database geo backup policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <param name='geoBackupPolicyName'>
            Required. The name of the Azure SQL Database Geo Backup Policy to
            retrieve geo backup policies for.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database geo backup
            policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListBackupLongTermRetentionVaults(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Server backup LongTermRetention vaults
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server backup
            LongTermRetention vault request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListBackupLongTermRetentionVaultsAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Server backup LongTermRetention vaults
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server backup
            LongTermRetention vault request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListDatabaseBackupLongTermRetentionPolicies(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database backup LongTermRetention
            policies
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database backup
            LongTermRetention policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListDatabaseBackupLongTermRetentionPoliciesAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database backup LongTermRetention
            policies
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the resource
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database backup
            LongTermRetention policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListDeletedDatabaseBackups(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL deleted database backups (a resource
            representing a deleted database that can be restored).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve
            deleted databases for.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database deleted
            database backups request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListDeletedDatabaseBackupsAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL deleted database backups (a resource
            representing a deleted database that can be restored).
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve
            deleted databases for.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database deleted
            database backups request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListGeoBackupPolicies(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database geo backup policies.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database geo backup
            policies request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListGeoBackupPoliciesAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database geo backup policies.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backup policies for.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve geo backup
            policies for.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database geo backup
            policies request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListGeoBackups(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database geo backups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backups for.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database geo backups
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListGeoBackupsAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database geo backups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to retrieve geo
            backups for.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database geo backups
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListRestorePoints(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database restore points.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 from which to retrieve
            available restore points.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database restore points
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseBackupOperationsExtensions.ListRestorePointsAsync(Microsoft.Azure.Management.Sql.IDatabaseBackupOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database restore points.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 from which to retrieve
            available restore points.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database restore points
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.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="M:Microsoft.Azure.Management.Sql.DatabaseOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Sql.DatabaseOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Database or updating an existing
            Azure SQL Database. To determine the status of the operation call
            GetDatabaseOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </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 operated on
            (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Database or updates an existing Azure SQL
            Database.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 operated on
            (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL Database with the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database 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.Azure.Management.Sql.DatabaseOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.GetByIdAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseId'>
            Required. The Id of the Azure SQL Database to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.GetDatabaseOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.GetExpandedAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Databases.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.ListExpandedAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Databases.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <param name='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperations.ListUsagesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database usages.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database metrics
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Database or updating an existing
            Azure SQL Database. To determine the status of the operation call
            GetDatabaseOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </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 operated on
            (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Database or updating an existing
            Azure SQL Database. To determine the status of the operation call
            GetDatabaseOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </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 operated on
            (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Database or updates an existing Azure SQL
            Database.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 operated on
            (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Database or updates an existing Azure SQL
            Database.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 operated on
            (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a
            database.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL Database with the given name.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database 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.Azure.Management.Sql.DatabaseOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL Database with the given name.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database 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.Azure.Management.Sql.DatabaseOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.GetById(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseId'>
            Required. The Id of the Azure SQL Database to be retrieved.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.GetByIdAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='databaseId'>
            Required. The Id of the Azure SQL Database to be retrieved.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.GetDatabaseOperationStatus(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database create or update operation.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.GetDatabaseOperationStatusAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database create or update operation.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.GetExpanded(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.GetExpandedAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.List(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Databases.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Databases.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.ListExpanded(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Databases.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <param name='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.ListExpandedAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Databases.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <param name='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.ListUsages(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database usages.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database metrics
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseOperationsExtensions.ListUsagesAsync(Microsoft.Azure.Management.Sql.IDatabaseOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database usages.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IDatabaseOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database metrics
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperations">
            <summary>
            Represents all the operations for managing recommended actions on Azure
            SQL Databases. Contains operations to retrieve recommended action and
            update its state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the
            DatabaseRecommendedActionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL database recommended action.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperations.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL database recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL database recommended action.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL database recommended action.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperationsExtensions.List(Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperationsExtensions.Update(Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL database recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DatabaseRecommendedActionOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL database advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL database recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DataMaskingOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database data
            masking. Contains operations to: Create, Retrieve, Update, and Delete
            data masking rules, as well as Create, Retreive and Update data
            masking policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the DataMaskingOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.DataMaskingOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperations.CreateOrUpdatePolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database data masking policy
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            firewall rule.
            </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.Azure.Management.Sql.DataMaskingOperations.CreateOrUpdateRuleAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DataMaskingRuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='dataMaskingRule'>
            Required. The name of the Azure SQL Database data masking rule.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a data
            masking rule.
            </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.Azure.Management.Sql.DataMaskingOperations.DeleteAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an Azure SQL Server data masking rule.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='dataMaskingRule'>
            Required. The name of the Azure SQL Database data masking rule.
            </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.Azure.Management.Sql.DataMaskingOperations.GetPolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database data masking policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking policy applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a data masking policy get request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database data masking rules.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rules applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List data masking rules request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.CreateOrUpdatePolicy(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database data masking policy
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            firewall rule.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.CreateOrUpdatePolicyAsync(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database data masking policy
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            firewall rule.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.CreateOrUpdateRule(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DataMaskingRuleCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='dataMaskingRule'>
            Required. The name of the Azure SQL Database data masking rule.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a data
            masking rule.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.CreateOrUpdateRuleAsync(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DataMaskingRuleCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='dataMaskingRule'>
            Required. The name of the Azure SQL Database data masking rule.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a data
            masking rule.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes an Azure SQL Server data masking rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='dataMaskingRule'>
            Required. The name of the Azure SQL Database data masking rule.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes an Azure SQL Server data masking rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rule applies.
            </param>
            <param name='dataMaskingRule'>
            Required. The name of the Azure SQL Database data masking rule.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.GetPolicy(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database data masking policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking policy applies.
            </param>
            <returns>
            Represents the response to a data masking policy get request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.GetPolicyAsync(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database data masking policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking policy applies.
            </param>
            <returns>
            Represents the response to a data masking policy get request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.List(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database data masking rules.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rules applies.
            </param>
            <returns>
            Represents the response to a List data masking rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.DataMaskingOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IDataMaskingOperations,System.String,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database data masking rules.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IDataMaskingOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the data
            masking rules applies.
            </param>
            <returns>
            Represents the response to a List data masking rules request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperations">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Elastic Database Pool. Contains operations to retrieve Advisors and
            update auto execute status of an Advisor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ElasticPoolAdvisorOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a Azure SQL Elastic Database Pool Advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Elastic Database Pool advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of Advisors for the Azure SQL Elastic Database Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperations.UpdateAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Elastic Database Pool advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a Azure SQL Elastic Database Pool Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Elastic Database Pool advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a Azure SQL Elastic Database Pool Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Elastic Database Pool advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperationsExtensions.List(Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns list of Advisors for the Azure SQL Elastic Database Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns list of Advisors for the Azure SQL Elastic Database Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperationsExtensions.Update(Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Elastic Database Pool advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolAdvisorOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Elastic Database Pool advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ElasticPoolOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Elastic Pools. Contains operations to: Create, Retrieve, Update, and
            Delete.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ElasticPoolOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ElasticPoolOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Database Elastic Pool or updating
            an existing Azure SQL Database Elastic Pool. To determine the
            status of the operation call GetElasticPoolOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Elastic Pool.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Database Elastic Pool or updates an
            existing Azure SQL Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            operated on (updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Azure Sql Databaser Elastic Pool.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL Database Elastic Pool with the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool 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.Azure.Management.Sql.ElasticPoolOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Elastic Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.GetDatabasesAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.GetElasticPoolOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database Elastic Pool create or
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Elastic Pools.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Elastic Pools are hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.ListActivityAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Elastic Pool Activity.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Elastic Pools are hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool for which
            to get the current activity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool Activity
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.ListDatabaseActivityAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about activity on Azure SQL Databases inside of
            an Azure Sql Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool Database
            Activity request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperations.ListDatabasesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Database Elastic Pool or updating
            an existing Azure SQL Database Elastic Pool. To determine the
            status of the operation call GetElasticPoolOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Elastic Pool.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Database Elastic Pool or updating
            an existing Azure SQL Database Elastic Pool. To determine the
            status of the operation call GetElasticPoolOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Elastic Pool.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Database Elastic Pool or updates an
            existing Azure SQL Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            operated on (updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Azure Sql Databaser Elastic Pool.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Database Elastic Pool or updates an
            existing Azure SQL Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            operated on (updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Azure Sql Databaser Elastic Pool.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL Database Elastic Pool with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL Database Elastic Pool with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Elastic Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Elastic Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.GetDatabases(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.GetDatabasesAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.GetElasticPoolOperationStatus(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database Elastic Pool create or
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.GetElasticPoolOperationStatusAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database Elastic Pool create or
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.List(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Elastic Pools.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Elastic Pools are hosted.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Elastic Pools.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Elastic Pools are hosted.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.ListActivity(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Elastic Pool Activity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Elastic Pools are hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool for which
            to get the current activity.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool Activity
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.ListActivityAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Elastic Pool Activity.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Elastic Pools are hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool for which
            to get the current activity.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool Activity
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.ListDatabaseActivity(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about activity on Azure SQL Databases inside of
            an Azure Sql Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool Database
            Activity request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.ListDatabaseActivityAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about activity on Azure SQL Databases inside of
            an Azure Sql Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool Database
            Activity request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.ListDatabases(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolOperationsExtensions.ListDatabasesAsync(Microsoft.Azure.Management.Sql.IElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Database Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperations">
            <summary>
            Represents all the operations for managing recommended actions on Azure
            SQL Elastic Database Pools. Contains operations to retrieve
            recommended action and update its state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the
            ElasticPoolRecommendedActionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL elastic pool recommended action.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperations.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL elastic pool recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL elastic pool recommended action.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL elastic pool recommended action.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperationsExtensions.List(Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperationsExtensions.Update(Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL elastic pool recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ElasticPoolRecommendedActionOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            Required. The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL elastic pool recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.FailoverGroupOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Failover Group. Contains operations to: Create, Retrieve, Update, and
            Delete.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the FailoverGroupOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.FailoverGroupOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Database Failover Group or updating
            an existing Azure SQL Database Failover Group. To determine the
            status of the operation call GetFailoverGroupOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Failover Group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.BeginPatchUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins adding databases to an existing Azure SQL Database Failover
            Group. To determine the status of the operation call
            GetFailoverGroupOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Failover Group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Database Failover Group or updates an
            existing Azure SQL Database Failover Group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            operated on (updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an Azure
            Sql Databaser Failover Group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL Database Failover Group with the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group 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.Azure.Management.Sql.FailoverGroupOperations.FailoverAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Issue the failover operation without data loss for the Azure SQL
            Database Failover Group with the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            failovered.
            </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.Azure.Management.Sql.FailoverGroupOperations.ForceFailoverAllowDataLossAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Issue the forced failover operation with data loss for the Azure
            SQL Database Failover Group with the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            force failovered.
            </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.Azure.Management.Sql.FailoverGroupOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Failover Group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group belongs.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Failover Group request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.GetFailoverGroupOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database Failover Group create or
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.GetFailoverGroupPatchUpdateOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database Failover Group Patch
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Failover Groups.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Failover Groups belong.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Failover Group request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperations.PatchUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates an existing Azure SQL Database Failover Group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for patch updating an Azure Sql
            Databaser Failover Group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Database Failover Group or updating
            an existing Azure SQL Database Failover Group. To determine the
            status of the operation call GetFailoverGroupOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Failover Group.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Database Failover Group or updating
            an existing Azure SQL Database Failover Group. To determine the
            status of the operation call GetFailoverGroupOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Failover Group.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.BeginPatchUpdate(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters)">
            <summary>
            Begins adding databases to an existing Azure SQL Database Failover
            Group. To determine the status of the operation call
            GetFailoverGroupOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Failover Group.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.BeginPatchUpdateAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters)">
            <summary>
            Begins adding databases to an existing Azure SQL Database Failover
            Group. To determine the status of the operation call
            GetFailoverGroupOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Failover Group.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Database Failover Group or updates an
            existing Azure SQL Database Failover Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            operated on (updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an Azure
            Sql Databaser Failover Group.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Database Failover Group or updates an
            existing Azure SQL Database Failover Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            operated on (updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an Azure
            Sql Databaser Failover Group.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL Database Failover Group with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL Database Failover Group with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.Failover(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String)">
            <summary>
            Issue the failover operation without data loss for the Azure SQL
            Database Failover Group with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            failovered.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.FailoverAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String)">
            <summary>
            Issue the failover operation without data loss for the Azure SQL
            Database Failover Group with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            failovered.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.ForceFailoverAllowDataLoss(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String)">
            <summary>
            Issue the forced failover operation with data loss for the Azure
            SQL Database Failover Group with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            force failovered.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.ForceFailoverAllowDataLossAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String)">
            <summary>
            Issue the forced failover operation with data loss for the Azure
            SQL Database Failover Group with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            force failovered.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Failover Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group belongs.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Failover Group request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Failover Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group belongs.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Failover Group request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.GetFailoverGroupOperationStatus(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database Failover Group create or
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.GetFailoverGroupOperationStatusAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database Failover Group create or
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.GetFailoverGroupPatchUpdateOperationStatus(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database Failover Group Patch
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.GetFailoverGroupPatchUpdateOperationStatusAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database Failover Group Patch
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.List(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Failover Groups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Failover Groups belong.
            </param>
            <returns>
            Represents the response to a List Azure Sql Failover Group request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Failover Groups.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Database Failover Groups belong.
            </param>
            <returns>
            Represents the response to a List Azure Sql Failover Group request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.PatchUpdate(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters)">
            <summary>
            Updates an existing Azure SQL Database Failover Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for patch updating an Azure Sql
            Databaser Failover Group.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FailoverGroupOperationsExtensions.PatchUpdateAsync(Microsoft.Azure.Management.Sql.IFailoverGroupOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters)">
            <summary>
            Updates an existing Azure SQL Database Failover Group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFailoverGroupOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            Azure SQL Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            Required. The name of the Azure SQL Database Failover Group to be
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for patch updating an Azure Sql
            Databaser Failover Group.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.FirewallRuleOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Server Firewall Rules. Contains operations to: Create, Retrieve,
            Update, and Delete firewall rules.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Sql.FirewallRuleOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            firewall rule.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </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.Azure.Management.Sql.FirewallRuleOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database Server Firewall rules.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IFirewallRuleOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            firewall rule.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IFirewallRuleOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            firewall rule.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IFirewallRuleOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IFirewallRuleOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IFirewallRuleOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IFirewallRuleOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='firewallRule'>
            Required. The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions.List(Microsoft.Azure.Management.Sql.IFirewallRuleOperations,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database Server Firewall rules.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.FirewallRuleOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IFirewallRuleOperations,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Database Server Firewall rules.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IFirewallRuleOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IAuditingPolicyOperations">
            <summary>
            Represents all the operations to manage Azure SQL Database and Database
            Server Audit policy. Contains operations to: Create, Retrieve and
            Update audit policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.CreateOrUpdateDatabasePolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database auditing policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the auditing policy
            applies.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a Azure SQL
            Database auditing policy.
            </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.Azure.Management.Sql.IAuditingPolicyOperations.CreateOrUpdateServerPolicyAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Server auditing policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a Azure SQL
            Database Server auditing policy.
            </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.Azure.Management.Sql.IAuditingPolicyOperations.GetDatabasePolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database auditing policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the auditing policy
            applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get database auditing policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IAuditingPolicyOperations.GetServerPolicyAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database server auditing policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get database auditing policy request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IBlobAuditingOperations">
            <summary>
            Represents all the operations to manage Azure SQL Database and Server
            blob auditing. Contains operations to: Create, Retrieve and Update
            blob auditing settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IBlobAuditingOperations.CreateOrUpdateDatabasePolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database blob auditing policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the auditing policy
            applies.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a Azure SQL
            Database auditing policy.
            </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.Azure.Management.Sql.IBlobAuditingOperations.CreateOrUpdateServerPolicyAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Server blob auditing
            policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a Azure SQL
            Database Server blob auditing policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response Azure Sql Server blob auditing operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IBlobAuditingOperations.GetDatabaseBlobAuditingPolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database blob auditing policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the auditing policy
            applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IBlobAuditingOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server blob auditing create or
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Server blob auditing status link returned by the CreateOrUpdate
            operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server blob auditing create or
            update operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IBlobAuditingOperations.GetServerPolicyAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database server blob auditing policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ICapabilitiesOperations">
            <summary>
            Represents all the operations for determining the set of capabilites
            available in a specified region.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ICapabilitiesOperations.GetAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about the Azure SQL capabilities available for
            the specified region.
            </summary>
            <param name='locationName'>
            The name of the region for which the Azure SQL capabilities are
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql capabilities request
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IDatabaseActivationOperations">
            <summary>
            Represents all the operations for operating pertaining to activation on
            Azure SQL Data Warehouse databases. Contains operations to: Pause and
            Resume databases
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.BeginPauseAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Data Warehouse database pause operation.To
            determine the status of the operation call
            GetDatabaseActivationOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the data warehouse
            database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Data Warehouse database to pause.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.BeginResumeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Data Warehouse database resume operation. To
            determine the status of the operation call
            GetDatabaseActivationOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the data warehouse
            database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Data Warehouse database to resume.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.GetDatabaseActivationOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Data Warehouse Database pause or
            resume operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.PauseAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Data Warehouse database pause operation.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the data warehouse
            database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Data Warehouse database to pause.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseActivationOperations.ResumeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Data Warehouse database resume operation.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the data warehouse
            database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Data Warehouse database to resume.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Databases. Contains operations to retrieve Advisors and update auto
            execute status of an Advisor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a Database Advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL database advisor.
            </param>
            <param name='expand'>
            The comma separated list of child objects that we want to expand on
            in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of Advisors for the Azure SQL Database.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL database.
            </param>
            <param name='expand'>
            The comma separated list of child objects that we want to expand on
            in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseAdvisorOperations.UpdateAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL Database advisor.
            </param>
            <param name='parameters'>
            The required parameters for updating auto-execute status of an
            Advisor
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            database backups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.BeginCreateOrUpdateBackupLongTermRetentionVaultAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating or updating an Azure SQL Server backup
            LongTermRetention vault. To determine the status of the operation
            call GetBackupLongTermRetentionVaultOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            The name of the Azure SQL Server backup LongTermRetention vault.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a backup
            LongTermRetention vault.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.BeginCreateOrUpdateDatabaseBackupLongTermRetentionPolicyAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating or updating an Azure SQL Server backup
            LongTermRetention policy. To determine the status of the operation
            call GetDatabaseBackupLongTermRetentionPolicyOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to be operated on.
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            The name of the Azure SQL Database backup LongTermRetention policy.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a database backup
            LongTermRetention policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.CreateOrUpdateBackupLongTermRetentionVaultAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Server backup LongTermRetention
            vault.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            The name of the Azure SQL Server backup LongTermRetention vault.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a backup
            LongTermRetention vault.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.CreateOrUpdateDatabaseBackupLongTermRetentionPolicyAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database backup LongTermRetention
            policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to be operated on (Updated or
            created).
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            The name of the Azure SQL Database backup LongTermRetention policy.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a database backup
            LongTermRetention policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.CreateOrUpdateGeoBackupPolicyAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a Azure SQL Database Geo Backup Policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to retrieve geo backup
            policies for.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to retrieve geo backup policies
            for.
            </param>
            <param name='geoBackupPolicyName'>
            The name of the Azure SQL Database Geo Backup Policy to retrieve
            geo backup policies for.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a SQL Database Geo
            Backup Policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for Azure Sql Database Geo Backup Policy operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.GetBackupLongTermRetentionVaultAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Server backup LongTermRetention vault
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the resource belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server.
            </param>
            <param name='backupLongTermRetentionVaultName'>
            The name of the Azure SQL Database backup LongTermRetention vault.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Server backup
            LongTermRetention vault request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.GetBackupLongTermRetentionVaultOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server backup LongTermRetention
            vault create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.GetDatabaseBackupLongTermRetentionPolicyAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database backup LongTermRetention policy
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the resource belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database.
            </param>
            <param name='backupLongTermRetentionPolicyName'>
            The name of the Azure SQL Database backup LongTermRetention policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database backup
            LongTermRetention policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.GetDatabaseBackupLongTermRetentionPolicyOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database backup LongTermRetention
            policy create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.GetDeletedDatabaseBackupAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL deleted database backup (a resource
            representing a deleted database that can be restored).
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to retrieve deleted
            databases for.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to retrieve deleted databases
            for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database deleted
            database backup request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.GetGeoBackupAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database geo backup.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to retrieve geo backups
            for.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to retrieve geo backups for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database geo backup
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.GetGeoBackupPolicyAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database geo backup policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to retrieve geo backup
            policies for.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to retrieve geo backup policies
            for.
            </param>
            <param name='geoBackupPolicyName'>
            The name of the Azure SQL Database Geo Backup Policy to retrieve
            geo backup policies for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database geo backup
            policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.ListBackupLongTermRetentionVaultsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Server backup LongTermRetention vaults
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the resource belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server backup
            LongTermRetention vault request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.ListDatabaseBackupLongTermRetentionPoliciesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database backup LongTermRetention
            policies
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the resource belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database backup
            LongTermRetention policy request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.ListDeletedDatabaseBackupsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL deleted database backups (a resource
            representing a deleted database that can be restored).
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to retrieve deleted
            databases for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database deleted
            database backups request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.ListGeoBackupPoliciesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database geo backup policies.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to retrieve geo backup
            policies for.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to retrieve geo backup policies
            for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database geo backup
            policies request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.ListGeoBackupsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database geo backups.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to retrieve geo backups
            for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database geo backups
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseBackupOperations.ListRestorePointsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database restore points.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 from which to retrieve available
            restore points.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database restore points
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.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.Azure.Management.Sql.IDatabaseOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Database or updating an existing
            Azure SQL Database. To determine the status of the operation call
            GetDatabaseOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <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 operated on (Updated or
            created).
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Database or updates an existing Azure SQL
            Database.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 operated on (Updated or
            created).
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL Database with the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database 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.Azure.Management.Sql.IDatabaseOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseOperations.GetByIdAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='databaseId'>
            The Id of the Azure SQL Database to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseOperations.GetDatabaseOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseOperations.GetExpandedAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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='expand'>
            The comma separated list of child objects that we want to expand on
            in response.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Databases.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which the Azure SQL
            Databases are hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseOperations.ListExpandedAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Databases.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which the Azure SQL
            Databases are hosted.
            </param>
            <param name='expand'>
            The comma separated list of child objects that we want to expand on
            in response.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseOperations.ListUsagesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database usages.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which the Azure SQL
            Databases are hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database metrics
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations">
            <summary>
            Represents all the operations for managing recommended actions on Azure
            SQL Databases. Contains operations to retrieve recommended action and
            update its state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL database advisor.
            </param>
            <param name='recommendedActionName'>
            The name of the Azure SQL database recommended action.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL database advisor.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDatabaseRecommendedActionOperations.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL database.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL database advisor.
            </param>
            <param name='recommendedActionName'>
            The name of the Azure SQL database recommended action.
            </param>
            <param name='parameters'>
            The required parameters for updating recommended action state.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IDataMaskingOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database data
            masking. Contains operations to: Create, Retrieve, Update, and Delete
            data masking rules, as well as Create, Retreive and Update data
            masking policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDataMaskingOperations.CreateOrUpdatePolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database data masking policy
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the data masking rule
            applies.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a firewall rule.
            </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.Azure.Management.Sql.IDataMaskingOperations.CreateOrUpdateRuleAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DataMaskingRuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the data masking rule
            applies.
            </param>
            <param name='dataMaskingRule'>
            The name of the Azure SQL Database data masking rule.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a data masking
            rule.
            </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.Azure.Management.Sql.IDataMaskingOperations.DeleteAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an Azure SQL Server data masking rule.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the data masking rule
            applies.
            </param>
            <param name='dataMaskingRule'>
            The name of the Azure SQL Database data masking rule.
            </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.Azure.Management.Sql.IDataMaskingOperations.GetPolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database data masking policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the data masking
            policy applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a data masking policy get request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IDataMaskingOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database data masking rules.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the data masking rules
            applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List data masking rules request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Elastic Database Pool. Contains operations to retrieve Advisors and
            update auto execute status of an Advisor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a Azure SQL Elastic Database Pool Advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL Elastic Database Pool advisor.
            </param>
            <param name='expand'>
            The comma separated list of child objects that we want to expand on
            in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of Advisors for the Azure SQL Elastic Database Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='expand'>
            The comma separated list of child objects that we want to expand on
            in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolAdvisorOperations.UpdateAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Elastic Database Pool.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL Elastic Database Pool advisor.
            </param>
            <param name='parameters'>
            The required parameters for updating auto-execute status of an
            Advisor
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IElasticPoolOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Elastic Pools. Contains operations to: Create, Retrieve, Update, and
            Delete.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Database Elastic Pool or updating
            an existing Azure SQL Database Elastic Pool. To determine the
            status of the operation call GetElasticPoolOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Database Elastic Pool to be operated on
            (Updated or created).
            </param>
            <param name='parameters'>
            The required parameters for createing or updating an Elastic Pool.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Database Elastic Pool or updates an
            existing Azure SQL Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Database Elastic Pool to be operated on
            (updated or created).
            </param>
            <param name='parameters'>
            The required parameters for createing or updating an Azure Sql
            Databaser Elastic Pool.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL Database Elastic Pool with the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Database Elastic Pool 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.Azure.Management.Sql.IElasticPoolOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Elastic Pool is hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Database Elastic Pool to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Elastic Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.GetDatabasesAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Database Elastic Pool to be retrieved.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.GetElasticPoolOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database Elastic Pool create or
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Elastic Pool operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Elastic Pools.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Serve belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which Azure SQL
            Database Elastic Pools are hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.ListActivityAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Elastic Pool Activity.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Serve belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which Azure SQL
            Database Elastic Pools are hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Database Elastic Pool for which to get
            the current activity.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool Activity
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.ListDatabaseActivityAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about activity on Azure SQL Databases inside of
            an Azure Sql Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Elastic Pool
            is hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Database Elastic Pool.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Elastic Pool Database
            Activity request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolOperations.ListDatabasesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Database Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL Database Elastic Pool to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations">
            <summary>
            Represents all the operations for managing recommended actions on Azure
            SQL Elastic Database Pools. Contains operations to retrieve
            recommended action and update its state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='recommendedActionName'>
            The name of the Azure SQL elastic pool recommended action.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.ListAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IElasticPoolRecommendedActionOperations.UpdateAsync(System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='elasticPoolName'>
            The name of the Azure SQL elastic pool.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL elastic pool advisor.
            </param>
            <param name='recommendedActionName'>
            The name of the Azure SQL elastic pool recommended action.
            </param>
            <param name='parameters'>
            The required parameters for updating recommended action state.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IFailoverGroupOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Failover Group. Contains operations to: Create, Retrieve, Update, and
            Delete.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFailoverGroupOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Database Failover Group or updating
            an existing Azure SQL Database Failover Group. To determine the
            status of the operation call GetFailoverGroupOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='failoverGroupName'>
            The name of the Azure SQL Database Failover Group to be operated on
            (Updated or created).
            </param>
            <param name='parameters'>
            The required parameters for createing or updating an Failover Group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFailoverGroupOperations.BeginPatchUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins adding databases to an existing Azure SQL Database Failover
            Group. To determine the status of the operation call
            GetFailoverGroupOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='failoverGroupName'>
            The name of the Azure SQL Database Failover Group to be updated.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating an Failover Group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFailoverGroupOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Database Failover Group or updates an
            existing Azure SQL Database Failover Group.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            The name of the Azure SQL Database Failover Group to be operated on
            (updated or created).
            </param>
            <param name='parameters'>
            The required parameters for creating or updating an Azure Sql
            Databaser Failover Group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFailoverGroupOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL Database Failover Group with the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            The name of the Azure SQL Database Failover Group 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.Azure.Management.Sql.IFailoverGroupOperations.FailoverAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Issue the failover operation without data loss for the Azure SQL
            Database Failover Group with the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            The name of the Azure SQL Database Failover Group to be failovered.
            </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.Azure.Management.Sql.IFailoverGroupOperations.ForceFailoverAllowDataLossAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Issue the forced failover operation with data loss for the Azure
            SQL Database Failover Group with the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            The name of the Azure SQL Database Failover Group to be force
            failovered.
            </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.Azure.Management.Sql.IFailoverGroupOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Failover Group.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Failover Group belongs.
            </param>
            <param name='failoverGroupName'>
            The name of the Azure SQL Database Failover Group to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Failover Group request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFailoverGroupOperations.GetFailoverGroupOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database Failover Group create or
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFailoverGroupOperations.GetFailoverGroupPatchUpdateOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database Failover Group Patch
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFailoverGroupOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Failover Groups.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Serve belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which Azure SQL
            Database Failover Groups belong.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Failover Group request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFailoverGroupOperations.PatchUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates an existing Azure SQL Database Failover Group.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the Azure SQL
            Database Failover Group is hosted.
            </param>
            <param name='failoverGroupName'>
            The name of the Azure SQL Database Failover Group to be updated.
            </param>
            <param name='parameters'>
            The required parameters for patch updating an Azure Sql Databaser
            Failover Group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database Failover Group
            operation.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IFirewallRuleOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Server Firewall Rules. Contains operations to: Create, Retrieve,
            Update, and Delete firewall rules.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFirewallRuleOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='firewallRule'>
            The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a firewall rule.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFirewallRuleOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='firewallRule'>
            The name of the Azure SQL Database Server Firewall Rule.
            </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.Azure.Management.Sql.IFirewallRuleOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Server Firewall rule.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='firewallRule'>
            The name of the Azure SQL Database Server Firewall Rule.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IFirewallRuleOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Database Server Firewall rules.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Firewall Rules request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IImportExportOperations">
            <summary>
            Represents all the operations for import/export on Azure SQL Databases.
            Contains operations to: Import, Export, Get Import/Export status for
            a database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IImportExportOperations.ExportAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ExportRequestParameters,System.Threading.CancellationToken)">
            <summary>
            Exports a Azure SQL Database to bacpac. To determine the status of
            the operation call GetImportExportOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to export.
            </param>
            <param name='parameters'>
            The required parameters for exporting a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IImportExportOperations.GetImportExportOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database import/export operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for Azure Sql Import/Export Status operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IImportExportOperations.ImportAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportRequestParameters,System.Threading.CancellationToken)">
            <summary>
            Imports a bacpac to Azure SQL Database. To determine the status of
            the operation call GetImportExportOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='parameters'>
            The required parameters for importing to a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IImportExportOperations.ImportToExistingDatabaseAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres,System.Threading.CancellationToken)">
            <summary>
            Imports a bacpac to an empty Azure SQL Database. To determine the
            status of the operation call GetImportExportOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to import to.
            </param>
            <param name='parameters'>
            The required parameters for importing to a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IJobAccountOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Job Accounts.
            Contains operations to: Create, Retrieve, Update, and Delete Job
            Accounts
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IJobAccountOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Job Account or updating an existing
            Azure SQL Job Account. To determine the status of the operation
            call GetJobAccountOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server that the Job Account is
            hosted in.
            </param>
            <param name='jobAccountName'>
            The name of the Azure SQL Job Account to be created or updated.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Job Account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IJobAccountOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins deleting the Azure SQL Job Account with the given name. To
            determine the status of the operation call
            GetJobAccountOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server that the Job Account is
            hosted in.
            </param>
            <param name='jobAccountName'>
            The name of the Azure SQL Job Account to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IJobAccountOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Job Account or updates an existing Azure
            SQL Job Account.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Job Database Server that the Job Account
            is hosted in.
            </param>
            <param name='jobAccountName'>
            The name of the Azure SQL Job Account to be created or updated.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Job Account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IJobAccountOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Job Account or updates an existing Azure
            SQL Job Account.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Job Database Server that the Job Account
            is hosted in.
            </param>
            <param name='jobAccountName'>
            The name of the Azure SQL Job Account to be created or updated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IJobAccountOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Job Account.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server that the Job Account is
            hosted in.
            </param>
            <param name='jobAccountName'>
            The name of the Azure SQL Job Account to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Job Account request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IJobAccountOperations.GetJobAccountOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Job Account create or update
            operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IJobAccountOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Job Accounts.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server that the Job Accounts are
            hosted in.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Job Accounts request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ImportExportOperations">
            <summary>
            Represents all the operations for import/export on Azure SQL Databases.
            Contains operations to: Import, Export, Get Import/Export status for
            a database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ImportExportOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ImportExportOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperations.ExportAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ExportRequestParameters,System.Threading.CancellationToken)">
            <summary>
            Exports a Azure SQL Database to bacpac. To determine the status of
            the operation call GetImportExportOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to export.
            </param>
            <param name='parameters'>
            Required. The required parameters for exporting a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperations.GetImportExportOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Database import/export operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for Azure Sql Import/Export Status operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperations.ImportAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportRequestParameters,System.Threading.CancellationToken)">
            <summary>
            Imports a bacpac to Azure SQL Database. To determine the status of
            the operation call GetImportExportOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for importing to a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperations.ImportToExistingDatabaseAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres,System.Threading.CancellationToken)">
            <summary>
            Imports a bacpac to an empty Azure SQL Database. To determine the
            status of the operation call GetImportExportOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to import to.
            </param>
            <param name='parameters'>
            Required. The required parameters for importing to a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions.Export(Microsoft.Azure.Management.Sql.IImportExportOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ExportRequestParameters)">
            <summary>
            Exports a Azure SQL Database to bacpac. To determine the status of
            the operation call GetImportExportOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IImportExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to export.
            </param>
            <param name='parameters'>
            Required. The required parameters for exporting a database.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions.ExportAsync(Microsoft.Azure.Management.Sql.IImportExportOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ExportRequestParameters)">
            <summary>
            Exports a Azure SQL Database to bacpac. To determine the status of
            the operation call GetImportExportOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IImportExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to export.
            </param>
            <param name='parameters'>
            Required. The required parameters for exporting a database.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions.GetImportExportOperationStatus(Microsoft.Azure.Management.Sql.IImportExportOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database import/export operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IImportExportOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for Azure Sql Import/Export Status operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions.GetImportExportOperationStatusAsync(Microsoft.Azure.Management.Sql.IImportExportOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Database import/export operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IImportExportOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for Azure Sql Import/Export Status operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions.Import(Microsoft.Azure.Management.Sql.IImportExportOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportRequestParameters)">
            <summary>
            Imports a bacpac to Azure SQL Database. To determine the status of
            the operation call GetImportExportOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IImportExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for importing to a database.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions.ImportAsync(Microsoft.Azure.Management.Sql.IImportExportOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportRequestParameters)">
            <summary>
            Imports a bacpac to Azure SQL Database. To determine the status of
            the operation call GetImportExportOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IImportExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for importing to a database.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions.ImportToExistingDatabase(Microsoft.Azure.Management.Sql.IImportExportOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres)">
            <summary>
            Imports a bacpac to an empty Azure SQL Database. To determine the
            status of the operation call GetImportExportOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IImportExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to import to.
            </param>
            <param name='parameters'>
            Required. The required parameters for importing to a database.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ImportExportOperationsExtensions.ImportToExistingDatabaseAsync(Microsoft.Azure.Management.Sql.IImportExportOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres)">
            <summary>
            Imports a bacpac to an empty Azure SQL Database. To determine the
            status of the operation call GetImportExportOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IImportExportOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to import to.
            </param>
            <param name='parameters'>
            Required. The required parameters for importing to a database.
            </param>
            <returns>
            Response Azure Sql Import/Export operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Recommended
            Elastic Pools. Contains operations to: Retrieve.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Recommended Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Recommended
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server for which the Azure SQL
            Recommended Elastic Pool is.
            </param>
            <param name='recommendedElasticPoolName'>
            The name of the Azure SQL Recommended Elastic Pool to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Recommended Resource
            pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.GetDatabasesAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Recommended Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='recommendedElasticPoolName'>
            The name of the Azure SQL Database Elastic Pool to be retrieved.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Recommended Elastic Pools.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Recommended
            Serve belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which Azure SQL
            Recommended Elastic Pools are hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.ListDatabasesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Recommended Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='recommendedElasticPoolName'>
            The name of the Azure SQL Recommended Elastic Pool to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.ListExpandedAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Recommended Elastic Pools.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Recommended
            Serve belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which Azure SQL
            Recommended Elastic Pools are hosted.
            </param>
            <param name='expand'>
            The comma separated list of child objects that we want to expand on
            in response.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.ListMetricsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an recommended elastic pool metrics.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server.
            </param>
            <param name='recommendedElasticPoolName'>
            The name of the Azure SQL Recommended Elastic Pool to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool metrics request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IRecommendedIndexOperations">
            <summary>
            Represents all the operations for managing recommended indexes on Azure
            SQL Databases. Contains operations to retrieve recommended index and
            update state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IRecommendedIndexOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details on recommended index.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL database.
            </param>
            <param name='schemaName'>
            The name of the Azure SQL database schema.
            </param>
            <param name='tableName'>
            The name of the Azure SQL database table.
            </param>
            <param name='indexName'>
            The name of the Azure SQL database recommended index.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended index request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IRecommendedIndexOperations.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            We execute or cancel index operations by updating index state.
            Allowed state transitions are :Active -> Pending
            - Start index creation processPending -> Active
            - Cancel index creationActive/Pending -> Ignored
            - Ignore index recommendation so it will no longer show
            in active recommendationsIgnored -> Active -
            Restore index recommendationSuccess -> Pending Revert -
            Revert index that has been createdPending Revert -> Revert
            Canceled - Cancel index revert operation
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <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.
            </param>
            <param name='schemaName'>
            The name of the Azure SQL Database schema.
            </param>
            <param name='tableName'>
            The name of the Azure SQL Database table.
            </param>
            <param name='indexName'>
            The name of the Azure SQL Database recommended index.
            </param>
            <param name='parameters'>
            The required parameters for updating index state.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended index request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IReplicationLinkOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Replication Links. Contains operations to: Delete and Retrieve
            replication links.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IReplicationLinkOperations.BeginFailoverAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins failover of the Azure SQL Database Replication Link with the
            given id.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the Azure SQL Database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database that has the replication link to
            be failed over.
            </param>
            <param name='linkId'>
            The id of the replication link to be failed over.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IReplicationLinkOperations.BeginFailoverAllowDataLossAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins a forced failover of the Azure SQL Database Replication Link
            with the given id which may result in data loss.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the Azure SQL Database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database that has the replication link to
            be failed over.
            </param>
            <param name='linkId'>
            The id of the replication link to be failed over.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IReplicationLinkOperations.DeleteAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL Database Replication Link with the given id.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the Azure SQL Database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database that has the replication link to
            be dropped.
            </param>
            <param name='linkId'>
            The id of the replication link 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.Azure.Management.Sql.IReplicationLinkOperations.FailoverAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Fails over the Azure SQL Database Replication Link with the given
            id.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the Azure SQL Database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database that has the replication link to
            be failed over.
            </param>
            <param name='linkId'>
            The id of the replication link to be failed over.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IReplicationLinkOperations.FailoverAllowDataLossAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Forces failover of the Azure SQL Database Replication Link with the
            given id which may result in data loss.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the Azure SQL Database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database that has the replication link to
            be failed over.
            </param>
            <param name='linkId'>
            The id of the replication link to be failed over.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IReplicationLinkOperations.GetAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Replication Link.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to get the link for.
            </param>
            <param name='linkId'>
            The replication link id to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Replication
            Link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IReplicationLinkOperations.GetReplicationLinkOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Database replication link failover
            operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IReplicationLinkOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Replication Links.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server in which the Azure SQL Database is
            hosted.
            </param>
            <param name='databaseName'>
            The name of the Azure SQL Database to retrieve links for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Replication
            Link request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations">
            <summary>
            Represents all the operations for managing Azure SQL Database secure
            connection. Contains operations to: Create, Retrieve and Update
            secure connection policy .
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations.CreateOrUpdateDatabasePolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Connection policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the policy applies.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a secure
            connection policy.
            </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.Azure.Management.Sql.ISecureConnectionPolicyOperations.GetDatabasePolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database secure connection policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the secure connection
            policy applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get database secure connection request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations">
            <summary>
            Represents all the operations to manage Azure SQL Database and Database
            Server Security Alert policy. Contains operations to: Create,
            Retrieve and Update policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.CreateOrUpdateDatabaseSecurityAlertPolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database security alert policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the security alert
            policy applies.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Azure SQL
            Database security alert policy.
            </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.Azure.Management.Sql.ISecurityAlertPolicyOperations.CreateOrUpdateServerSecurityAlertPolicyAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Server security alert policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Azure SQL
            Database security alert policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response to Azure Sql Server security alert policy create or update
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.GetDatabaseSecurityAlertPolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database security alert policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the security alert
            policy applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get database security alert policy
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server security alert policy create
            or update operation.
            </summary>
            <param name='operationStatusLink'>
            Server blob auditing status link returned by the CreateOrUpdate
            operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server threat detection create
            or update operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.GetServerSecurityAlertPolicyAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database security alert policy.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get server security alert policy
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServerAdministratorOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Server Active
            Directory Administrators. Contains operations to: Create, Retrieve,
            Update, and Delete Azure SQL Server Active Directory Administrators.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdministratorOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Server Active Directory
            Administrator or updating an existing Azure SQL Server Active
            Directory Administrator. To determine the status of the operation
            call GetServerAdministratorOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which the Azure SQL Server
            Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            The name of the Azure SQL Server Active Directory Administrator.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating an Active
            Directory Administrator.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdministratorOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins deleting an existing Azure SQL Server Active Directory
            Administrator.To determine the status of the operation call
            GetServerAdministratorDeleteOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which the Azure SQL Server
            Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            The name of the Azure SQL Server Active Directory Administrator.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdministratorOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Server Active Directory Administrator or
            updates an existing Azure SQL Server Active Directory
            Administrator.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the Azure SQL Server
            Active Directory Administrator is hosted.
            </param>
            <param name='administratorName'>
            The name of the Azure SQL Server Active Directory Administrator to
            be operated on (Updated or created).
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Server
            Administrator.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdministratorOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing Azure SQL Server Active Directory Administrator.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which the Azure SQL Server
            Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            The name of the Azure SQL Server Active Directory Administrator to
            be operated on (Updated or created).
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdministratorOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Server Administrator.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which the Azure SQL Server
            Active Directory administrator belongs.
            </param>
            <param name='administratorName'>
            The name of the Azure SQL Server Active Directory Administrator.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure SQL Server Active Directory
            Administrators request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdministratorOperations.GetServerAdministratorDeleteOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Active Directory
            Administrator delete operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdministratorOperations.GetServerAdministratorOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Active Directory
            Administrator create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdministratorOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Server Administrators.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which the Azure SQL Server
            Active Directory administrators belongs.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure SQL Active Directory
            Administrators request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServerAdvisorOperations">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Server. Contains operations to retrieve Advisors and update auto
            execute status of an Advisor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdvisorOperations.GetAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a Server Advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL server advisor.
            </param>
            <param name='expand'>
            The comma separated list of child objects that we want to expand on
            in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdvisorOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of Advisors for the Azure SQL Server.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='expand'>
            The comma separated list of child objects that we want to expand on
            in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerAdvisorOperations.UpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server on which the database is hosted.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL Server advisor.
            </param>
            <param name='parameters'>
            The required parameters for updating auto-execute status of an
            Advisor
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            communication links. Contains operations to: Create, Retrieve,
            Update, and Delete.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            communication. To determine the status of the operation call
            GetServerCommunicationLinkOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            The name of the Azure SQL Server communication link to be operated
            on (Updated or created).
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Server
            communication link.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new or updates an existing Azure SQL Server communication
            link.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            The name of the Azure SQL Server communication link to be operated
            on (Updated or created).
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Server
            communication link.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL server communication link with the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            The name of the Azure SQL server communication link to be retrieved.
            </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.Azure.Management.Sql.IServerCommunicationLinkOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Server communication links.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            The name of the Azure SQL server communication link to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get server communication link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.GetServerCommunicationLinkOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server communication link create or
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Server communication links.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server communication
            link request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            disaster recovery configurations. Contains operations to: Create,
            Retrieve, Update, Failover, and Delete.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            disaster recovery configuration. To determine the status of the
            operation call
            GetServerDisasterRecoveryConfigurationOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            The name of the Azure SQL Server disaster recovery configuration to
            be operated on (Updated or created).
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Server disaster
            recovery configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new or updates an existing Azure SQL Server disaster
            recovery configuration.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Database
            Server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            The name of the Azure SQL Server disaster recovery configuration to
            be operated on (Updated or created).
            </param>
            <param name='parameters'>
            The required parameters for creating or updating a Server disaster
            recovery configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL server disaster recovery configuration with
            the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            The name of the Azure SQL server disaster recovery configuration 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.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.FailoverAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins failover for the Azure SQL server disaster recovery
            configuration with the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            The name of the Azure SQL server disaster recovery configuration to
            start failover.
            </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.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.FailoverAllowDataLossAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins failover for the Azure SQL server disaster recovery
            configuration with the given name.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            The name of the Azure SQL server disaster recovery configuration to
            start failover.
            </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.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Server disaster recovery
            configurations.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            The name of the Azure SQL server disaster recovery configuration to
            be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get server disaster recovery
            configuration request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.GetServerDisasterRecoveryConfigurationOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server disaster recovery
            configuration create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Server disaster recovery
            configurations.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the Azure SQL Server
            belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server disaster
            recovery configuration request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServerKeyOperations">
            <summary>
            Represents all the operations of Azure SQL Database that interact with
            Azure Key Vault Server Keys. Contains operations to: Add, Delete, and
            Retrieve Server Ke.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerKeyOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Server Key or updating an existing
            Azure SQL Server Key. To determine the status of the operation
            call GetCreateOrUpdateOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which to add the Server Key.
            </param>
            <param name='keyName'>
            The name of the Azure SQL Server Key.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a Server Key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerKeyOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins deleting an existing Azure SQL Server Key.To determine the
            status of the operation call GetDeleteOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which the Azure SQL Server Key
            belongs
            </param>
            <param name='keyName'>
            The name of the Azure SQL Server Key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerKeyOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Server Key or updates an existing Azure SQL
            Server Key.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which to add the Server Key.
            </param>
            <param name='keyName'>
            The name of the Azure SQL Server Key.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a Server Key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerKeyOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing Azure SQL Server Key.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server to which the Azure SQL Server Key
            belongs
            </param>
            <param name='keyName'>
            The name of the Azure SQL Server Key to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerKeyOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an Azure Sql Server Key.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server that has the key.
            </param>
            <param name='keyName'>
            The name of the Azure Key Vault Key to be retrieved from the Azure
            SQL Database Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server Key request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerKeyOperations.GetCreateOrUpdateOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Key create or update
            operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerKeyOperations.GetDeleteOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Key delete operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerKeyOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all Azure SQL Database Server Keys for a server.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server Key request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServerOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Servers. Contains operations to: Create, Retrieve, Update, and Delete
            servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Database server.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server on which the database is
            hosted.
            </param>
            <param name='parameters'>
            The required parameters for createing or updating a database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the server 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.Azure.Management.Sql.IServerOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the server to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerOperations.ListUsagesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Server usage.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server in which the Azure SQL
            Databases are hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Server metrics
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations">
            <summary>
            Represents all the operations for managing recommended actions on Azure
            SQL Server. Contains operations to retrieve recommended action and
            update its state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.GetAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL Server advisor.
            </param>
            <param name='recommendedActionName'>
            The name of the Azure SQL Server recommended action.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL Server advisor.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.UpdateAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            The name of the Azure SQL Server advisor.
            </param>
            <param name='recommendedActionName'>
            The name of the Azure SQL Server recommended action.
            </param>
            <param name='parameters'>
            The required parameters for updating recommended action state.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServerUpgradeOperations">
            <summary>
            Represents all the operations for Azure SQL Database Server Upgrade
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerUpgradeOperations.CancelAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Cancel a pending upgrade for the Azure SQL Database server.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to cancel upgrade.
            </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.Azure.Management.Sql.IServerUpgradeOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Upgrade status of an Azure SQL Database
            Server.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to upgrade.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get request for Upgrade status of an
            Azure SQL Database Server.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServerUpgradeOperations.StartAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Database Server Upgrade.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server to upgrade.
            </param>
            <param name='parameters'>
            The required parameters for the Azure SQL Database Server Upgrade.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServiceObjectiveOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Service Objectives. Contains operations to: Retrieve service
            objectives.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServiceObjectiveOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server Service
            Objectives.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Server.
            </param>
            <param name='serviceObjectiveName'>
            The name of the service objective to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Service
            Objective request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServiceObjectiveOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server Service
            Objectives.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Service
            Objectives request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations">
            <summary>
            Represents all the operations for operating on service tier advisors.
            Contains operations to: Retrieve.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations.GetAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a service tier advisor.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of server.
            </param>
            <param name='databaseName'>
            The name of database.
            </param>
            <param name='serviceTierAdvisorName'>
            The name of service tier advisor.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get service tier advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about service tier advisors for specified
            database.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group.
            </param>
            <param name='serverName'>
            The name of server.
            </param>
            <param name='databaseName'>
            The name of database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list service tier advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ISqlManagementClient">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Sql.ISqlManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.AuditingPolicy">
            <summary>
            Represents all the operations to manage Azure SQL Database and
            Database Server Audit policy. Contains operations to: Create,
            Retrieve and Update audit policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.BlobAuditing">
            <summary>
            Represents all the operations to manage Azure SQL Database and
            Server blob auditing. Contains operations to: Create, Retrieve and
            Update blob auditing settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.Capabilities">
            <summary>
            Represents all the operations for determining the set of
            capabilites available in a specified region.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.DatabaseActivation">
            <summary>
            Represents all the operations for operating pertaining to
            activation on Azure SQL Data Warehouse databases. Contains
            operations to: Pause and Resume databases
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.DatabaseAdvisors">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Databases. Contains operations to retrieve Advisors and update
            auto execute status of an Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.DatabaseBackup">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            database backups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Sql.ISqlManagementClient.DatabaseRecommendedActions">
            <summary>
            Represents all the operations for managing recommended actions on
            Azure SQL Databases. Contains operations to retrieve recommended
            action and update its state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.DataMasking">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            data masking. Contains operations to: Create, Retrieve, Update,
            and Delete data masking rules, as well as Create, Retreive and
            Update data masking policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ElasticPoolAdvisors">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Elastic Database Pool. Contains operations to retrieve Advisors
            and update auto execute status of an Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ElasticPools">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Elastic Pools. Contains operations to: Create, Retrieve, Update,
            and Delete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ElasticPoolRecommendedActions">
            <summary>
            Represents all the operations for managing recommended actions on
            Azure SQL Elastic Database Pools. Contains operations to retrieve
            recommended action and update its state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.FirewallRules">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Server Firewall Rules. Contains operations to: Create, Retrieve,
            Update, and Delete firewall rules.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ImportExport">
            <summary>
            Represents all the operations for import/export on Azure SQL
            Databases. Contains operations to: Import, Export, Get
            Import/Export status for a database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.JobAccounts">
            <summary>
            Represents all the operations for operating on Azure SQL Job
            Accounts. Contains operations to: Create, Retrieve, Update, and
            Delete Job Accounts
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.RecommendedElasticPools">
            <summary>
            Represents all the operations for operating on Azure SQL
            Recommended Elastic Pools. Contains operations to: Retrieve.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.RecommendedIndexes">
            <summary>
            Represents all the operations for managing recommended indexes on
            Azure SQL Databases. Contains operations to retrieve recommended
            index and update state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.DatabaseReplicationLinks">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Replication Links. Contains operations to: Delete and Retrieve
            replication links.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.SecureConnection">
            <summary>
            Represents all the operations for managing Azure SQL Database
            secure connection. Contains operations to: Create, Retrieve and
            Update secure connection policy .
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.SecurityAlertPolicy">
            <summary>
            Represents all the operations to manage Azure SQL Database and
            Database Server Security Alert policy. Contains operations to:
            Create, Retrieve and Update policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ServerAdministrators">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            Active Directory Administrators. Contains operations to: Create,
            Retrieve, Update, and Delete Azure SQL Server Active Directory
            Administrators.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ServerAdvisors">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Server. Contains operations to retrieve Advisors and update auto
            execute status of an Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.CommunicationLinks">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            communication links. Contains operations to: Create, Retrieve,
            Update, and Delete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ServerDisasterRecoveryConfigurations">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            disaster recovery configurations. Contains operations to: Create,
            Retrieve, Update, Failover, and Delete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ServerKey">
            <summary>
            Represents all the operations of Azure SQL Database that interact
            with Azure Key Vault Server Keys. Contains operations to: Add,
            Delete, and Retrieve Server Ke.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.Servers">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Servers. Contains operations to: Create, Retrieve, Update, and
            Delete servers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ServerRecommendedActions">
            <summary>
            Represents all the operations for managing recommended actions on
            Azure SQL Server. Contains operations to retrieve recommended
            action and update its state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ServerUpgrades">
            <summary>
            Represents all the operations for Azure SQL Database Server Upgrade
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ServiceObjectives">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Service Objectives. Contains operations to: Retrieve service
            objectives.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.ServiceTierAdvisors">
            <summary>
            Represents all the operations for operating on service tier
            advisors. Contains operations to: Retrieve.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ISqlManagementClient.TransparentDataEncryption">
            <summary>
            Represents all the operations of Azure SQL Database Transparent
            Data Encryption. Contains operations to: Retrieve, and Update
            Transparent Data Encryption.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations">
            <summary>
            Represents all the operations of Azure SQL Database Transparent Data
            Encryption. Contains operations to: Retrieve, and Update Transparent
            Data Encryption.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.BeginCreateOrUpdateEncryptionProtectorAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            Transparent Data Encryption Protector.To determine the status of
            the operation call GetCreateOrUpdateOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server which will be updated.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating an Encryption
            Protector.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Transparent Data
            Encryption Operation.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which setting the
            Transparent Data Encryption applies.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating transparent data
            encryption.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.CreateOrUpdateEncryptionProtectorAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new or updates an existing Azure SQL Server Transparent
            Data Encryption Protector.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Server which will be updated.
            </param>
            <param name='parameters'>
            The required parameters for creating or updating an Encryption
            Protector.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Response.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the Transparent Data
            Encryption applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.GetCreateOrUpdateEncryptionProtectorOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Transparent Data Encryption
            Protector create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.GetEncryptionProtectorAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Protector
            Response.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption EncryptionProtector request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.ListActivityAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Activity
            Response.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <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 for which the Transparent Data
            Encryption applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Transparent
            Data Encryption Activity request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.ListEncryptionProtectorsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption
            Encryption Protector List Response.
            </summary>
            <param name='resourceGroupName'>
            The name of the Resource Group to which the server belongs.
            </param>
            <param name='serverName'>
            The name of the Azure SQL Database Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an Azure Sql Database Transparent Data
            Encryption Encryption Protector List request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.JobAccountOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Job Accounts.
            Contains operations to: Create, Retrieve, Update, and Delete Job
            Accounts
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the JobAccountOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.JobAccountOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Job Account or updating an existing
            Azure SQL Job Account. To determine the status of the operation
            call GetJobAccountOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Job
            Account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins deleting the Azure SQL Job Account with the given name. To
            determine the status of the operation call
            GetJobAccountOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Job Account or updates an existing Azure
            SQL Job Account.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Job Database Server that the
            Job Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Job
            Account.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Job Account or updates an existing Azure
            SQL Job Account.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Job Database Server that the
            Job Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Job Account.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Job Account request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperations.GetJobAccountOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Job Account create or update
            operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Job Accounts.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Accounts are hosted in.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Job Accounts request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Job Account or updating an existing
            Azure SQL Job Account. To determine the status of the operation
            call GetJobAccountOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Job
            Account.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Job Account or updating an existing
            Azure SQL Job Account. To determine the status of the operation
            call GetJobAccountOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Job
            Account.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.BeginDelete(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String)">
            <summary>
            Begins deleting the Azure SQL Job Account with the given name. To
            determine the status of the operation call
            GetJobAccountOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be deleted.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String)">
            <summary>
            Begins deleting the Azure SQL Job Account with the given name. To
            determine the status of the operation call
            GetJobAccountOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be deleted.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Job Account or updates an existing Azure
            SQL Job Account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Job Database Server that the
            Job Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Job
            Account.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Job Account or updates an existing Azure
            SQL Job Account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Job Database Server that the
            Job Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Job
            Account.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String)">
            <summary>
            Creates a new Azure SQL Job Account or updates an existing Azure
            SQL Job Account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Job Database Server that the
            Job Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String)">
            <summary>
            Creates a new Azure SQL Job Account or updates an existing Azure
            SQL Job Account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Job Database Server that the
            Job Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be created or
            updated.
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Job Account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Job Account request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Job Account.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Account is hosted in.
            </param>
            <param name='jobAccountName'>
            Required. The name of the Azure SQL Job Account to be retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Job Account request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.GetJobAccountOperationStatus(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Job Account create or update
            operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.GetJobAccountOperationStatusAsync(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Job Account create or update
            operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Job Account operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.List(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Job Accounts.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Accounts are hosted in.
            </param>
            <returns>
            Represents the response to a List Azure Sql Job Accounts request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.JobAccountOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IJobAccountOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Job Accounts.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IJobAccountOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that the Job
            Accounts are hosted in.
            </param>
            <returns>
            Represents the response to a List Azure Sql Job Accounts request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.Advisor">
            <summary>
            Represents an Azure SQL Server/Database/Elastic Pool Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.Advisor.Properties">
            <summary>
            Optional. Gets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Advisor.#ctor">
            <summary>
            Initializes a new instance of the Advisor class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Advisor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Advisor class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.AdvisorGetResponse">
            <summary>
            Represents the response to a get advisor request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorGetResponse.Advisor">
            <summary>
            Optional. Gets or sets the advisor object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorGetResponse.#ctor">
            <summary>
            Initializes a new instance of the AdvisorGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.AdvisorListResponse">
            <summary>
            Represents the response to a list sql azure database advisors request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorListResponse.Advisors">
            <summary>
            Optional. Gets or sets the list of Advisors for Azure Sql
            Server/Database/Elastic Pool.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorListResponse.#ctor">
            <summary>
            Initializes a new instance of the AdvisorListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Advisors.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Advisors.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.AdvisorProperties">
            <summary>
            Represents the properties of an Azure SQL Server/Database/Elastic Pool
            Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorProperties.AdvisorStatus">
            <summary>
            Optional. Gets the current the status of this advisor. Possible
            values are 'GA', 'PublicPreview', 'LimitedPublicPreview' and
            'PrivatePreview'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorProperties.AutoExecuteStatus">
            <summary>
            Optional. Gets the auto-execute status (whether to let the system
            execute the recommendations) of this advisor. Possible values are
            'Enabled' and 'Disabled'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorProperties.AutoExecuteStatusInheritedFrom">
            <summary>
            Optional. Gets the resource from which current value of
            auto-execute status is inherited. Auto-execute status can be set
            on (and inhertied from) different levels in the resource
            heirarchy. Possible values are 'Subscription', 'Server',
            'ElasticPool', 'Database' and 'Default' (when status is not
            explicitly set on any level).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorProperties.LastChecked">
            <summary>
            Optional. Gets the time when the current resource was analyzed for
            recommendations by this Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorProperties.RecommendationsStatus">
            <summary>
            Optional. Gets that status of recommendations for this Advisor and
            reason for not having any recommendations. Possible values
            include, but not limited to, 'Ok' (Recommendations
            available),LowActivity (not enough workload to analyze),
            'DbSeemsTuned' (Database is doing well), etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorProperties.RecommendedActions">
            <summary>
            Optional. Gets the recommended actions for this advisor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorProperties.#ctor">
            <summary>
            Initializes a new instance of the AdvisorProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters">
            <summary>
            Update Sql Azure Server/Database/Elastic Pool Advisor auto-execute
            status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the AdvisorUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.AdvisorUpdateProperties)">
            <summary>
            Initializes a new instance of the AdvisorUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateProperties">
            <summary>
            Update Azure Sql Server/Database/Elastic Pool Advisor properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateProperties.AutoExecuteStatus">
            <summary>
            Optional. Updates the auto-execute status for this Advisor. Allowed
            values are :Enabled -> Enable automated execution of
            recommendations on the resource (e.g. Server) and its children
            (e.g., Databases).Disabled -> Disable automated execution of
            recommendations on the resource and its childrenDefault ->
            Reset the status that has been explicitly set before. This will
            cause auto-execute status for this resource (e.g., Database)
            to be inherited for parent resource (e.g., Server).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the AdvisorUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateResponse">
            <summary>
            Represents the response to a update advisor request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateResponse.Advisor">
            <summary>
            Optional. Gets or sets the advisor object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateResponse.Error">
            <summary>
            Optional. Error details if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the location header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateResponse.RetryAfter">
            <summary>
            Optional. Gets or sets how long to wait before polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.AdvisorUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the AdvisorUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVault">
            <summary>
            Represents an Azure SQL Database backup LongTermRetention vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVault.Properties">
            <summary>
            Optional. Gets or sets the properties representing the backup
            LongTermRetention vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVault.#ctor">
            <summary>
            Initializes a new instance of the BackupLongTermRetentionVault
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVault.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BackupLongTermRetentionVault
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Server backup LongTermRetention vault
            parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            BackupLongTermRetentionVaultCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultProperties,System.String)">
            <summary>
            Initializes a new instance of the
            BackupLongTermRetentionVaultCreateOrUpdateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse">
            <summary>
            Response for long running Azure operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse.BackupLongTermRetentionVault">
            <summary>
            Optional. Gets or sets object that represents the Azure Sql Server
            backup LongTermRetention vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            BackupLongTermRetentionVaultCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Server backup
            LongTermRetention vault request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultGetResponse.BackupLongTermRetentionVault">
            <summary>
            Optional. Gets or sets the object representing a given Azure Sql
            Server backup LongTermRetention vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            BackupLongTermRetentionVaultGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultListResponse">
            <summary>
            Represents the response to a List Azure Sql Server backup
            LongTermRetention vault request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultListResponse.BackupLongTermRetentionVaults">
            <summary>
            Optional. Gets or sets the list of Azure Sql Server backup
            LongTermRetention vaults.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            BackupLongTermRetentionVaultListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultListResponse.GetEnumerator">
            <summary>
            Gets the sequence of BackupLongTermRetentionVaults.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of BackupLongTermRetentionVaults.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultProperties">
            <summary>
            Represents the properties of an Azure SQL Server backup
            LongTermRetention vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultProperties.RecoveryServicesVaultResourceId">
            <summary>
            Optional. Gets or sets the recovery services vault resource id
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BackupLongTermRetentionVaultProperties.#ctor">
            <summary>
            Initializes a new instance of the
            BackupLongTermRetentionVaultProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.AuditingState">
            <summary>
            Optional. Gets the auditing state of the Azure SQL Database server
            auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.AuditLogsTableName">
            <summary>
            Optional. Gets the name of the table audit logs are written to in
            the Azure SQL Database auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.EventTypesToAudit">
            <summary>
            Optional. Gets the events types of the Azure SQL Database server
            auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.FullAuditLogsTableName">
            <summary>
            Optional. Gets the full name of the table audit logs are written to
            in the Azure SQL Database auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.RetentionDays">
            <summary>
            Optional. Gets the retention in days of the Azure SQL Database
            auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.StorageAccountKey">
            <summary>
            Optional. Gets the primary storage account key of the Azure SQL
            Database server auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.StorageAccountName">
            <summary>
            Optional. Gets the storage account name of the Azure SQL Database
            server auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.StorageAccountResourceGroupName">
            <summary>
            Optional. Gets the resource group of the storage account of the
            Azure SQL Database server auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.StorageAccountSecondaryKey">
            <summary>
            Optional. Gets secondary key of the storage account of the Azure
            SQL Database server auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.StorageAccountSubscriptionId">
            <summary>
            Optional. Gets the subscription Id of the storage account of the
            Azure SQL Database server auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.StorageTableEndpoint">
            <summary>
            Optional. Gets the storage table endpoint of the Azure SQL Database
            Server auditing policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BaseAuditingPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the BaseAuditingPolicyProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL Security alert policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties.DisabledAlerts">
            <summary>
            Optional. Gets the disable alerts of the Azure SQL Security alert
            policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties.EmailAccountAdmins">
            <summary>
            Optional. Gets whether to email the azure account admins.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties.EmailAddresses">
            <summary>
            Optional. Gets the list of email addresses to send the alert.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties.RetentionDays">
            <summary>
            Optional. Specifies the number of days to keep in the audit logs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties.State">
            <summary>
            Optional. Gets the state of the Azure SQL Security alert policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties.StorageAccountAccessKey">
            <summary>
            Optional. Specifies the identifier key of the auditing storage
            account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties.StorageEndpoint">
            <summary>
            Optional. Specifies the blob storage endpoint (e.g.
            https://MyAccount.blob.core.windows.net).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BaseSecurityAlertPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the BaseSecurityAlertPolicyProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters">
            <summary>
            Create or update blob auditing parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            BlobAuditingCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties)">
            <summary>
            Initializes a new instance of the
            BlobAuditingCreateOrUpdateParameters class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BlobAuditingGetResponse">
            <summary>
            Represents the response to a get request for Azure SQL server or
            database blob auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingGetResponse.AuditingPolicy">
            <summary>
            Optional. Gets or sets the Azure Sql Database auditing policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingGetResponse.#ctor">
            <summary>
            Initializes a new instance of the BlobAuditingGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResult">
            <summary>
            Represents the status of a create or update operation of Azure SQL
            Server blob auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResult.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResult.#ctor">
            <summary>
            Initializes a new instance of the BlobAuditingOperationResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResult.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlobAuditingOperationResult class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResultProperties">
            <summary>
            Represents the properties of a create or update request for an Azure
            SQL blob auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResultProperties.OperationId">
            <summary>
            Optional. Gets or sets the operation Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResultProperties.StartTime">
            <summary>
            Optional. Gets or sets the start time of the operation
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResultProperties.State">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingOperationResultProperties.#ctor">
            <summary>
            Initializes a new instance of the
            BlobAuditingOperationResultProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy">
            <summary>
            Represents an Azure SQL blob auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy.#ctor">
            <summary>
            Initializes a new instance of the BlobAuditingPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the BlobAuditingPolicy class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties">
            <summary>
            Represents the properties of an Azure SQL blob auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties.AuditActionsAndGroups">
            <summary>
            Optional. Specifies the audit actions and groups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties.IsStorageSecondaryKeyInUse">
            <summary>
            Optional. Indicating whether the storage secondary key is in use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties.RetentionDays">
            <summary>
            Optional. Specifies the number of days to keep in the audit logs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties.State">
            <summary>
            Optional. Specifies the state of the policy. The acceptable values
            are Disabled and Enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties.StorageAccountAccessKey">
            <summary>
            Optional. Specifies the identifier key of the auditing storage
            account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties.StorageAccountSubscriptionId">
            <summary>
            Optional. Gets or sets the storage account subscription Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties.StorageEndpoint">
            <summary>
            Optional. Specifies the blob storage endpoint (e.g.
            https://MyAccount.blob.core.windows.net).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.BlobAuditingProperties.#ctor">
            <summary>
            Initializes a new instance of the BlobAuditingProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.CapabilityStatus">
            <summary>
            Defines the valid units for Azure SQL Database max sizes.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.CapabilityStatus.Visible">
            <summary>
            The capability is visuable, but not usable.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.CapabilityStatus.Available">
            <summary>
            The capability is available to be used.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.CapabilityStatus.Default">
            <summary>
            This is the default capability.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.Column">
            <summary>
            Represents an Azure SQL Database table column.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.Column.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Column.#ctor">
            <summary>
            Initializes a new instance of the Column class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Column.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Column class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ColumnProperties">
            <summary>
            Represents the properties of an Azure SQL Database table column.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ColumnProperties.ColumnType">
            <summary>
            Optional. Gets the type of Azure SQL Database table column.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ColumnProperties.#ctor">
            <summary>
            Initializes a new instance of the ColumnProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.Database">
            <summary>
            Represents an Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.Database.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Database.#ctor">
            <summary>
            Initializes a new instance of the Database class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Database.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Database class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicy">
            <summary>
            Represents an Azure SQL Database auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicy.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicy.#ctor">
            <summary>
            Initializes a new instance of the DatabaseAuditingPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatabaseAuditingPolicy class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters">
            <summary>
            Create or update database audting policy parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseAuditingPolicyCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyProperties)">
            <summary>
            Initializes a new instance of the
            DatabaseAuditingPolicyCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyGetResponse">
            <summary>
            Represents the response to a get database auditing policy request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyGetResponse.AuditingPolicy">
            <summary>
            Optional. Gets or sets the Azure Sql Database auditing policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseAuditingPolicyGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyProperties.UseServerDefault">
            <summary>
            Optional. Indicates whether the default server auditing policy is
            used for that Azure SQL Database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseAuditingPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the DatabaseAuditingPolicyProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicy">
            <summary>
            Represents an Azure SQL Database backup LongTermRetention policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicy.Properties">
            <summary>
            Optional. Gets or sets the properties representing the backup
            LongTermRetention policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicy.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseBackupLongTermRetentionPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            DatabaseBackupLongTermRetentionPolicy class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Database backup LongTermRetention policy
            parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyProperties,System.String)">
            <summary>
            Initializes a new instance of the
            DatabaseBackupLongTermRetentionPolicyCreateOrUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse">
            <summary>
            Response for long running Azure operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse.DatabaseBackupLongTermRetentionPolicy">
            <summary>
            Optional. Gets or sets object that represents the Azure Sql
            Database backup LongTermRetention policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseBackupLongTermRetentionPolicyCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Database backup
            LongTermRetention policy request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyGetResponse.DatabaseBackupLongTermRetentionPolicy">
            <summary>
            Optional. Gets or sets the object representing a given Azure Sql
            Database backup LongTermRetention policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseBackupLongTermRetentionPolicyGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyListResponse">
            <summary>
            Represents the response to a List Azure Sql Database backup
            LongTermRetention policy request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyListResponse.DatabaseBackupLongTermRetentionPolicies">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database backup
            LongTermRetention policies.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseBackupLongTermRetentionPolicyListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DatabaseBackupLongTermRetentionPolicies.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DatabaseBackupLongTermRetentionPolicies.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL Database backup
            LongTermRetention policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyProperties.RecoveryServicesBackupPolicyResourceId">
            <summary>
            Optional. Gets or sets the Azure vault policy resource ID
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyProperties.State">
            <summary>
            Optional. Gets or sets a value indicating the backup
            LongTermRetention status
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseBackupLongTermRetentionPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseBackupLongTermRetentionPolicyProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode">
            <summary>
            Defines the valid create modes of Azure SQL Databases. See MSDN for
            more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.Default">
            <summary>
            Regular database creation.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.Copy">
            <summary>
            Create database as a one-time copy.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.Secondary">
            <summary>
            Create database as a readable geo-secondary.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.NonReadableSecondary">
            <summary>
            Create database as non-readable geo-secondary.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.PointInTimeRestore">
            <summary>
            Database created as restore target where source is another live
            database
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.Restore">
            <summary>
            Database created as restore target where source is a deleted
            database
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.Recovery">
            <summary>
            Database created by restoring the backups of another database from
            XStore
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.RestoreExternalBackup">
            <summary>
            Database created by restoring an external backup
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseCreateMode.RestoreArchivedBackup">
            <summary>
            Database created by restoring an archived backup
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Database parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties,System.String)">
            <summary>
            Initializes a new instance of the DatabaseCreateOrUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Database parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.Collation">
            <summary>
            Optional. Gets or sets the collation of the Azure Sql Database
            being created. You cannot change change the collation of an
            existing Azure Sql Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.CreateMode">
            <summary>
            Optional. Gets or sets the create Mode for the Azure Sql Database
            database being created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.Edition">
            <summary>
            Optional. Gets or sets the edition for the Azure Sql Database being
            updated or created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.ElasticPoolName">
            <summary>
            Optional. Gets or sets the name of the Elastic Pool to put the
            Azure Sql Database in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.MaxSizeBytes">
            <summary>
            Optional. Gets or sets the maximum size of the Azure Sql Database
            being created or updated in bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.ReadScale">
            <summary>
            Optional. Gets or sets the read scale property for the Azure Sql
            Database (Enabled or Disabled).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.RecoveryServicesRecoveryPointResourceId">
            <summary>
            Optional. Gets or sets the recovery services restore point resource
            ID (for LTR)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.RequestedServiceObjectiveId">
            <summary>
            Optional. Gets or sets the service objective to be applied to the
            Azure Sql Database being created or updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.RequestedServiceObjectiveName">
            <summary>
            Optional. Gets or sets the service objective to be applied to the
            Azure Sql Database being created or updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.RestorePointInTime">
            <summary>
            Optional. Gets or sets the point in time for the restore request
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.SourceDatabaseId">
            <summary>
            Optional. Gets or sets the resource id of the database to use as
            the source for the copy being created.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCreateOrUpdateProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateResponse">
            <summary>
            Response for long running Azure Sql Database operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateResponse.Database">
            <summary>
            Optional. Gets or sets Database object that represents the Azure
            Sql Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseEditions">
            <summary>
            Defines the valid editions of Azure SQL Databases. See MSDN for more
            information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseEditions.Web">
            <summary>
            The Web Edition Database is best suited for small Web applications
            and workgroup or departmental applications.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.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.
            </summary>
        </member>
        <!-- Badly formed XML comment ignored for member "F:Microsoft.Azure.Management.Sql.Models.DatabaseEditions.Basic" -->
        <member name="F:Microsoft.Azure.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.Azure.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 editions.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseEditions.Free">
            <summary>
            The Free Edition Database is available for certain offers and
            product bundles.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Database request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseGetResponse.Database">
            <summary>
            Optional. Gets or sets the Azure Sql Database object that
            represents the Azure Sql Database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseListResponse">
            <summary>
            Represents the response to a List Azure Sql Database request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseListResponse.Databases">
            <summary>
            Optional. Gets or sets the list of Azure Sql Databases housed in
            the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseListResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Databases.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Databases.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseMetric">
            <summary>
            Represents Azure SQL Database metrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseMetric.CurrentValue">
            <summary>
            Optional. Gets or sets the current value of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseMetric.DisplayName">
            <summary>
            Optional. Gets or sets the metric display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseMetric.Limit">
            <summary>
            Optional. Gets or sets the current limit of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseMetric.NextResetTime">
            <summary>
            Optional. Gets or sets the next reset time for the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseMetric.ResourceName">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseMetric.Unit">
            <summary>
            Optional. Gets or sets the units of the metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseMetric.#ctor">
            <summary>
            Initializes a new instance of the DatabaseMetric class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseMetricListResponse">
            <summary>
            Represents the response to a List Azure Sql Database metrics request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseMetricListResponse.Metrics">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database metrics for
            the database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseMetricListResponse.#ctor">
            <summary>
            Initializes a new instance of the DatabaseMetricListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseMetricListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Metrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseMetricListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Metrics.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseProperties">
            <summary>
            Represents the properties of an Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.Collation">
            <summary>
            Optional. Gets the collation of the Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.CreateMode">
            <summary>
            Optional. Gets the create mode for this database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.CreationDate">
            <summary>
            Optional. Gets the creation date of the Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.CurrentServiceObjectiveId">
            <summary>
            Optional. Gets the current Service Level Objective Id of the Azure
            SQL Database. This is the Id of the Service Level Objective that
            is currently active.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.DatabaseId">
            <summary>
            Optional. Gets the Id of the Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.DefaultSecondaryLocation">
            <summary>
            Optional. Gets the default secondary region for this database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.EarliestRestoreDate">
            <summary>
            Optional. Gets the recovery period starte date of the Azure SQL
            Database. This records the start date and time when recovery is
            available for this Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.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.Azure.Management.Sql.Models.DatabaseProperties.ElasticPoolName">
            <summary>
            Optional. Gets the name of the Azure SQL Database Elastic Pool the
            database is in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.MaxSizeBytes">
            <summary>
            Optional. Gets the max size of the Azure SQL Database expressed in
            bytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.ReadScale">
            <summary>
            Optional. Gets the read scale option for this database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.RequestedServiceObjectiveId">
            <summary>
            Optional. Gets the configured Service Level Objective Id of the
            Azure SQL Database. This is the Service Level Objective that is
            being applied to the Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.RequestedServiceObjectiveName">
            <summary>
            Optional. Gets the name of the configured Service Level Objective
            of the Azure SQL Database. This is the Service Level Objective
            that is being applied to the Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.Schemas">
            <summary>
            Optional. Gets the schemas from this database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.ServiceObjective">
            <summary>
            Optional. Gets the Service Level Objective of the Azure SQL
            Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.ServiceTierAdvisors">
            <summary>
            Optional. Gets the list of service tier advisors for this database.
            Expanded property
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.Status">
            <summary>
            Optional. Gets the status of the Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.UpgradeHint">
            <summary>
            Optional. Gets the upgrade hint for this database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseProperties.#ctor">
            <summary>
            Initializes a new instance of the DatabaseProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseReadScale">
            <summary>
            Defines the valid read scale options of Azure SQL Databases. See MSDN
            for more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseReadScale.Enabled">
            <summary>
            Read Scale feature is enabled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.DatabaseReadScale.Disabled">
            <summary>
            Read Scale feature is disabled.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicy">
            <summary>
            Represents an Azure SQL Database secure connection policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicy.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicy.#ctor">
            <summary>
            Initializes a new instance of the DatabaseSecureConnectionPolicy
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatabaseSecureConnectionPolicy
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters">
            <summary>
            Create or update database secure connection policy parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseSecureConnectionPolicyCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateProperties)">
            <summary>
            Initializes a new instance of the
            DatabaseSecureConnectionPolicyCreateOrUpdateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateProperties">
            <summary>
            Create or update database secure connection policy parameters
            properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateProperties.SecurityEnabledAccess">
            <summary>
            Optional. Sets whether block direct access is applied.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseSecureConnectionPolicyCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyGetResponse">
            <summary>
            Represents the response to a Get database secure connection request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyGetResponse.SecureConnectionPolicy">
            <summary>
            Optional. Gets or sets the Azure Sql Database secure connection
            policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseSecureConnectionPolicyGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL Database secure connection
            policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyProperties.ProxyDnsName">
            <summary>
            Optional. Gets the Data Security Proxy DNS name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyProperties.ProxyPort">
            <summary>
            Optional. Gets the Data Security Proxy port number.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyProperties.SecurityEnabledAccess">
            <summary>
            Optional. Gets whether block direct access is applied.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseSecureConnectionPolicyProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicy">
            <summary>
            Represents an Azure SQL Database Security Alert Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicy.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicy.#ctor">
            <summary>
            Initializes a new instance of the DatabaseSecurityAlertPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatabaseSecurityAlertPolicy class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyCreateOrUpdateParameters">
            <summary>
            Create or update database security alert policy parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseSecurityAlertPolicyCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyProperties)">
            <summary>
            Initializes a new instance of the
            DatabaseSecurityAlertPolicyCreateOrUpdateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyGetResponse">
            <summary>
            Represents the response to a get database security alert policy request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyGetResponse.SecurityAlertPolicy">
            <summary>
            Optional. Gets or sets the Azure Sql Database security alert policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseSecurityAlertPolicyGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL Security alert policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the
            DatabaseSecurityAlertPolicyProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicy">
            <summary>
            Represents an Azure SQL Database data masking policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicy.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicy.#ctor">
            <summary>
            Initializes a new instance of the DataMaskingPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataMaskingPolicy class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyCreateOrUpdateParameters">
            <summary>
            Create or update data masking Rule parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DataMaskingPolicyCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyProperties)">
            <summary>
            Initializes a new instance of the
            DataMaskingPolicyCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyGetResponse">
            <summary>
            Represents the response to a data masking policy get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyGetResponse.DataMaskingPolicy">
            <summary>
            Optional. Gets or sets the Azure Sql Database data masking policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DataMaskingPolicyGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL Database data masking policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyProperties.DataMaskingState">
            <summary>
            Required. Gets or sets the state of the data masking policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyProperties.ExemptPrincipals">
            <summary>
            Required. Gets or sets the list of the exempt principals
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the DataMaskingPolicyProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingPolicyProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the DataMaskingPolicyProperties class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DataMaskingRule">
            <summary>
            Represents an Azure SQL Database data masking rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRule.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRule.#ctor">
            <summary>
            Initializes a new instance of the DataMaskingRule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRule.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataMaskingRule class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleCreateOrUpdateParameters">
            <summary>
            Create or update data masking rule parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DataMaskingRuleCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties)">
            <summary>
            Initializes a new instance of the
            DataMaskingRuleCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleListResponse">
            <summary>
            Represents the response to a List data masking rules request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleListResponse.DataMaskingRules">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database data masking
            rules
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleListResponse.#ctor">
            <summary>
            Initializes a new instance of the DataMaskingRuleListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DataMaskingRules.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DataMaskingRules.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties">
            <summary>
            Represents the properties of an Azure SQL Database data masking rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.ColumnName">
            <summary>
            Optional. Gets or sets the column name on which the data masking
            rule is applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.Id">
            <summary>
            Required. Gets or sets the rule Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.MaskingFunction">
            <summary>
            Required. Gets or sets the masking function that is used for the
            data masking rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.NumberFrom">
            <summary>
            Optional. Gets or sets the numberFrom property of the masking rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.NumberTo">
            <summary>
            Optional. Gets or sets the numberTo property of the data masking
            rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.PrefixSize">
            <summary>
            Optional. Gets or sets the prefixSize property that is used for the
            data masking rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.ReplacementString">
            <summary>
            Optional. Gets or sets the replacementString property that is used
            for the data masking rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.RuleState">
            <summary>
            Required. Gets or sets the rule state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.SchemaName">
            <summary>
            Optional. Gets or sets the schema name on which the data masking
            rule is applied.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.SuffixSize">
            <summary>
            Optional. Gets or sets the suffixSize property that is used for the
            data masking rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.TableName">
            <summary>
            Optional. Gets or sets the table name on which the data masking
            rule is applied.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.#ctor">
            <summary>
            Initializes a new instance of the DataMaskingRuleProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DataMaskingRuleProperties.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the DataMaskingRuleProperties class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackup">
            <summary>
            Represents an Azure SQL Database restorable deleted database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackup.Properties">
            <summary>
            Optional. Gets or sets the properties representing the deleted
            database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackup.#ctor">
            <summary>
            Initializes a new instance of the DeletedDatabaseBackup class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DeletedDatabaseBackup class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Database deleted database
            backup request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupGetResponse.DeletedDatabaseBackup">
            <summary>
            Optional. Gets or sets the object representing a given Azure Sql
            Database deleted database backup.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DeletedDatabaseBackupGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupListResponse">
            <summary>
            Represents the response to a List Azure Sql Database deleted database
            backups request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupListResponse.DeletedDatabaseBackups">
            <summary>
            Optional. Gets or sets the list of a given Azure Sql Database
            deleted database backups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupListResponse.#ctor">
            <summary>
            Initializes a new instance of the DeletedDatabaseBackupListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupListResponse.GetEnumerator">
            <summary>
            Gets the sequence of DeletedDatabaseBackups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of DeletedDatabaseBackups.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties">
            <summary>
            Represents the properties of an Azure SQL Database restorable deleted
            database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.CreationDate">
            <summary>
            Optional. Gets or sets the creation date
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.DatabaseName">
            <summary>
            Optional. Gets or sets database name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.DeletionDate">
            <summary>
            Optional. Gets or sets the deletion date
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.EarliestRestoreDate">
            <summary>
            Optional. Gets or sets the earliest restore date
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.Edition">
            <summary>
            Optional. Gets or sets edition
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.ElasticPoolName">
            <summary>
            Optional. Gets or sets the elastic pool name for the database
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.MaxSizeBytes">
            <summary>
            Optional. Gets or sets max size in bytes
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.ServiceLevelObjective">
            <summary>
            Optional. Gets or sets the current service level objective name for
            the database
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.DeletedDatabaseBackupProperties.#ctor">
            <summary>
            Initializes a new instance of the DeletedDatabaseBackupProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EditionCapability">
            <summary>
            Represents the Azure SQL Server edition capabilities.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EditionCapability.Name">
            <summary>
            Optional. Gets the edition name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EditionCapability.Status">
            <summary>
            Optional. Gets the status of the Azure SQL Server edition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EditionCapability.SupportedServiceObjectives">
            <summary>
            Optional. Gets the list of supported Service Objectives for the
            edition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EditionCapability.#ctor">
            <summary>
            Initializes a new instance of the EditionCapability class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPool">
            <summary>
            Represents an Azure SQL Database Elastic Pool (Elastic Pool).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPool.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPool.#ctor">
            <summary>
            Initializes a new instance of the ElasticPool class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPool.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ElasticPool class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivity">
            <summary>
            Represents the activity on an Azure SQL Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivity.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivity.#ctor">
            <summary>
            Initializes a new instance of the ElasticPoolActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivity.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ElasticPoolActivity class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityListResponse">
            <summary>
            Represents the response to a List Azure Sql Elastic Pool Activity
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityListResponse.ElasticPoolActivities">
            <summary>
            Optional. Gets or sets the list of Azure Sql Elastic Pool
            Activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityListResponse.#ctor">
            <summary>
            Initializes a new instance of the ElasticPoolActivityListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ElasticPoolActivities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ElasticPoolActivities.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties">
            <summary>
            Represents the properties of an Azure SQL Database Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.ElasticPoolName">
            <summary>
            Optional. Gets the name of the Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.EndTime">
            <summary>
            Optional. Gets the time the operation finished.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.ErrorCode">
            <summary>
            Optional. Gets the error code if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.ErrorMessage">
            <summary>
            Optional. Gets the error message if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.ErrorSeverity">
            <summary>
            Optional. Gets the error severity if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.Operation">
            <summary>
            Optional. Gets the operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.OperationId">
            <summary>
            Optional. Gets the unique operation ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.PercentComplete">
            <summary>
            Optional. Gets the percentage complete if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.RequestedDatabaseDtuMax">
            <summary>
            Optional. Gets the requested max DTU per database if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.RequestedDatabaseDtuMin">
            <summary>
            Optional. Gets the requested min DTU per database if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.RequestedDtu">
            <summary>
            Optional. Gets the requested DTU for the pool if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.RequestedElasticPoolName">
            <summary>
            Optional. Gets the requested name for the Elastic Pool if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.RequestedStorageLimitInGB">
            <summary>
            Optional. Gets the requested storage limit for the pool in GB if
            available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.ServerName">
            <summary>
            Optional. Gets the name of the Azure Sql Database Server the
            Elastic Pool is in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.StartTime">
            <summary>
            Optional. Gets the time the operation started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.State">
            <summary>
            Optional. Gets the current state of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolActivityProperties.#ctor">
            <summary>
            Initializes a new instance of the ElasticPoolActivityProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Database Elastic Pool parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ElasticPoolCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateProperties,System.String)">
            <summary>
            Initializes a new instance of the
            ElasticPoolCreateOrUpdateParameters class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Database Elastic Pool parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateProperties.DatabaseDtuMax">
            <summary>
            Optional. Gets or sets the maximum DTU any one Sql Azure Database
            can consume.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateProperties.DatabaseDtuMin">
            <summary>
            Optional. Gets or sets the minimum DTU all Sql Azure Databases are
            guaranteed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateProperties.Dtu">
            <summary>
            Optional. Gets or sets the total shared DTU for the Sql Azure
            Database Elastic Pool.This must agree with the StorageMB if both
            are specified.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateProperties.Edition">
            <summary>
            Optional. Gets or sets the edition for the Azure Sql Database
            Elastic Pool being updated or created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateProperties.StorageMB">
            <summary>
            Optional. Gets or sets storage limit for the Sql Azure Database
            Elastic Pool in MB.This must agree with the Dtu if both are
            specified.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ElasticPoolCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateResponse">
            <summary>
            Response for long running Azure Sql Database Elastic Pool operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateResponse.ElasticPool">
            <summary>
            Optional. Gets or sets Elastic Pool object that represents the
            Azure Sql Database Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the ElasticPoolCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivity">
            <summary>
            Represents the activity on an Azure SQL Database Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivity.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivity.#ctor">
            <summary>
            Initializes a new instance of the ElasticPoolDatabaseActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivity.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ElasticPoolDatabaseActivity class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityListResponse">
            <summary>
            Represents the response to a List Azure Sql Elastic Pool Database
            Activity request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityListResponse.ElasticPoolDatabaseActivities">
            <summary>
            Optional. Gets or sets the list of Azure Sql Elastic Pool Database
            Activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ElasticPoolDatabaseActivityListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ElasticPoolDatabaseActivities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ElasticPoolDatabaseActivities.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties">
            <summary>
            Represents the properties of an Azure SQL Database Elastic Pool
            Database Activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.CurrentElasticPoolName">
            <summary>
            Optional. Gets the name of the current Elastic Pool the database is
            in if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.CurrentServiceObjectiveName">
            <summary>
            Optional. Gets the name of the current service objective if
            available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.DatabaseName">
            <summary>
            Optional. Gets the database name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.EndTime">
            <summary>
            Optional. Gets the time the operation finished.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.ErrorCode">
            <summary>
            Optional. Gets the error code if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.ErrorMessage">
            <summary>
            Optional. Gets the error message if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.ErrorSeverity">
            <summary>
            Optional. Gets the error severity if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.Operation">
            <summary>
            Optional. Gets the operation name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.OperationId">
            <summary>
            Optional. Gets the unique operation ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.PercentComplete">
            <summary>
            Optional. Gets the percentage complete if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.RequestedElasticPoolName">
            <summary>
            Optional. Gets the name for the Elastic Pool the database is moving
            into if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.RequestedServiceObjectiveName">
            <summary>
            Optional. Gets the name of the requested service objective if
            available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.ServerName">
            <summary>
            Optional. Gets the name of the Azure Sql Database Server the
            Elastic Pool is in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.StartTime">
            <summary>
            Optional. Gets the time the operation started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.State">
            <summary>
            Optional. Gets the current state of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolDatabaseActivityProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ElasticPoolDatabaseActivityProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Elastic Pool request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolGetResponse.ElasticPool">
            <summary>
            Optional. Gets or sets the Azure Sql Elastic Pool object that
            represents the Azure Sql Database Elastic Pool.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ElasticPoolGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolListResponse">
            <summary>
            Represents the response to a List Azure Sql Elastic Pool request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolListResponse.ElasticPools">
            <summary>
            Optional. Gets or sets the list of Azure Sql Elastic Pools hosted
            in the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolListResponse.#ctor">
            <summary>
            Initializes a new instance of the ElasticPoolListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ElasticPools.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ElasticPools.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties">
            <summary>
            Represents the properties of an Azure SQL Database Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties.CreationDate">
            <summary>
            Optional. Gets the creation date of the Azure SQL Database Elastic
            Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties.DatabaseDtuMax">
            <summary>
            Optional. Gets the maximum DTU any one Sql Azure Database can
            consume.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties.DatabaseDtuMin">
            <summary>
            Optional. Gets the minimum DTU all Sql Azure Databases are
            guaranteed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties.Dtu">
            <summary>
            Optional. Gets the total shared DTU for the Sql Azure Database
            Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties.Edition">
            <summary>
            Optional. Gets the edition of the Azure SQL Database Elastic Pool.
            The DatabaseEditions enumeration contains all the valid editions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties.State">
            <summary>
            Optional. Gets the state of the Azure SQL Database Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties.StorageMB">
            <summary>
            Optional. Gets storage limit for the Sql Azure Database Elastic
            Pool in MB.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ElasticPoolProperties.#ctor">
            <summary>
            Initializes a new instance of the ElasticPoolProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EncryptionProtector">
            <summary>
            Represents an Azure SQL Database Transparent Data Encryption Encryption
            Protector.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtector.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtector.#ctor">
            <summary>
            Initializes a new instance of the EncryptionProtector class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Database Transparent Data Encryption
            parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            EncryptionProtectorCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateProperties)">
            <summary>
            Initializes a new instance of the
            EncryptionProtectorCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Database Transparent Data Encryption
            parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateProperties.ServerKeyName">
            <summary>
            Optional. Gets or sets the Azure Sql Database Server Key being
            updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateProperties.ServerKeyType">
            <summary>
            Optional. Gets or sets the Azure Sql Database Transparent Data
            Encryption Encryption protector type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            EncryptionProtectorCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse">
            <summary>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse.EncryptionProtector">
            <summary>
            Optional. Gets or sets EncryptionProtector object that represents
            the Azure SQL Server Encryption Protector.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse.Error">
            <summary>
            Optional. Gets or sets the error details if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse.Operation">
            <summary>
            Optional. The name of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the location header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional. Gets or sets how long to wait before polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse.StartTime">
            <summary>
            Optional. The time the operation started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            EncryptionProtectorCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorGetResponse">
            <summary>
            Represents the response to a Get for a Azure Sql Database Transparent
            Data Encryption EncryptionProtector request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorGetResponse.EncryptionProtector">
            <summary>
            Optional. Gets or sets the Azure Sql Database Transparent Data
            Encryption Protector object that represents the Azure Sql Database
            Transparent Data Encryption Encryption Protector.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorGetResponse.#ctor">
            <summary>
            Initializes a new instance of the EncryptionProtectorGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorListResponse">
            <summary>
            Represents the response to an Azure Sql Database Transparent Data
            Encryption Encryption Protector List request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorListResponse.EncryptionProtector">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database Transparent
            Data Encryption Encryption Protectors.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorListResponse.#ctor">
            <summary>
            Initializes a new instance of the EncryptionProtectorListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorListResponse.GetEnumerator">
            <summary>
            Gets the sequence of EncryptionProtector.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of EncryptionProtector.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorProperties">
            <summary>
            Represents the properties for an Azure Sql Database Transparent Data
            Encryption Encryption Protector.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorProperties.ServerKeyName">
            <summary>
            Optional. The name of the Server Key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorProperties.ServerKeyType">
            <summary>
            Optional. The Transparent Data Encryption Encryption Protector Type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorProperties.Uri">
            <summary>
            Optional. The Uri of the Encryption Protector
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorProperties.#ctor">
            <summary>
            Initializes a new instance of the EncryptionProtectorProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorType">
            <summary>
            Defines the valid Transparent Data Encryption encryption protector
            types of Azure SQL Databases. See MSDN for more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorType.ServiceManaged">
            <summary>
            This means the Transparent Data Encryption encryption protector is
            protected by a key managed by Azure SQL Database.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.EncryptionProtectorType.AzureKeyVault">
            <summary>
            This means the Transparent Data Encryption encryptor protector is
            protected by a key managed in Azure Key Vault.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ErrorResponse.Code">
            <summary>
            Required. Gets or sets the error code returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ErrorResponse.Message">
            <summary>
            Required. Gets or sets the error message returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ErrorResponse.Target">
            <summary>
            Optional. Gets or sets the target of the error.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ErrorResponse.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ErrorResponse.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ErrorResponse class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ExportRequestParameters">
            <summary>
            Export Azure SQL Database parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ExportRequestParameters.AdministratorLogin">
            <summary>
            Optional. Gets or sets the name of the SQL administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ExportRequestParameters.AdministratorLoginPassword">
            <summary>
            Optional. Gets or sets the password of the SQL administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ExportRequestParameters.AuthenticationType">
            <summary>
            Optional. Gets or sets the authentication type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ExportRequestParameters.StorageKey">
            <summary>
            Optional. Gets or sets the storage key to use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ExportRequestParameters.StorageKeyType">
            <summary>
            Optional. Gets or sets the type of the storage key to use. Valid
            values are StorageAccessKey and SharedAccessKey.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ExportRequestParameters.StorageUri">
            <summary>
            Optional. Gets or sets the storage uri to use.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ExportRequestParameters.#ctor">
            <summary>
            Initializes a new instance of the ExportRequestParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroup">
            <summary>
            Represents an Azure SQL Database Failover Group (Failover Group).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroup.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroup.#ctor">
            <summary>
            Initializes a new instance of the FailoverGroup class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Database Failover Group parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            FailoverGroupCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateProperties)">
            <summary>
            Initializes a new instance of the
            FailoverGroupCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Database parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateProperties.Databases">
            <summary>
            Optional. Gets the list of Azure SQL Databases for the Failover
            Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateProperties.PartnerServers">
            <summary>
            Optional. Gets the partner servers of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateProperties.ReadOnlyEndpoint">
            <summary>
            Optional. Gets the readonly endpoint of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateProperties.ReadWriteEndpoint">
            <summary>
            Optional. Gets the read-write endpoint of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            FailoverGroupCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateResponse">
            <summary>
            Response for long running Azure Sql Database Failover Group operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateResponse.FailoverGroup">
            <summary>
            Optional. Gets or sets Failover Group object that represents the
            Azure Sql Database Failover Group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            FailoverGroupCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Failover Group request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupGetResponse.FailoverGroup">
            <summary>
            Optional. Gets or sets the Azure Sql Failover Group object that
            represents the Azure Sql Failover Group.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupGetResponse.#ctor">
            <summary>
            Initializes a new instance of the FailoverGroupGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupListResponse">
            <summary>
            Represents the response to a List Azure Sql Failover Group request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupListResponse.FailoverGroups">
            <summary>
            Optional. Gets or sets the list of Azure Sql Failover Groups housed
            in the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupListResponse.#ctor">
            <summary>
            Initializes a new instance of the FailoverGroupListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupListResponse.GetEnumerator">
            <summary>
            Gets the sequence of FailoverGroups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of FailoverGroups.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServer">
            <summary>
            Represents an Azure SQL Database Failover Group Partner Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServer.Id">
            <summary>
            Optional. Gets the id of the partner server for Azure SQL Failover
            Group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServer.Location">
            <summary>
            Optional. Gets the location of the partner server for Azure SQL
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServer.ReplicationRole">
            <summary>
            Optional. Gets the replication role of the partner server for Azure
            SQL Failover Group
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServer.#ctor">
            <summary>
            Initializes a new instance of the FailoverGroupPartnerServer class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServerProperties">
            <summary>
            Represents the failover group partner server proporties
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServerProperties.Id">
            <summary>
            Optional. Gets the id of the partner server for Azure SQL Failover
            Group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServerProperties.Location">
            <summary>
            Optional. Gets the location of the partner server for Azure SQL
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServerProperties.ReplicationRole">
            <summary>
            Optional. Gets the replication role of the partner server for Azure
            SQL Failover Group
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServerProperties.#ctor">
            <summary>
            Initializes a new instance of the
            FailoverGroupPartnerServerProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServers">
            <summary>
            Represents an Azure SQL Database Failover Group Partner Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServers.PartnerServers">
            <summary>
            Optional. Gets the partner servers of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupPartnerServers.#ctor">
            <summary>
            Initializes a new instance of the FailoverGroupPartnerServers class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters">
            <summary>
            Patch Update Sql Azure Database Failover Group parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            FailoverGroupPatchUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateProperties)">
            <summary>
            Initializes a new instance of the
            FailoverGroupPatchUpdateParameters class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateProperties">
            <summary>
            Patch Update Azure Sql Database parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateProperties.Databases">
            <summary>
            Optional. Gets the list of Azure SQL Databases for the Failover
            Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateProperties.ReadOnlyEndpoint">
            <summary>
            Optional. Gets the readonly endpoint of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateProperties.ReadWriteEndpoint">
            <summary>
            Optional. Gets the read-write endpoint of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            FailoverGroupPatchUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateResponse">
            <summary>
            Response for long running Azure Sql Database Failover Group operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateResponse.FailoverGroup">
            <summary>
            Optional. Gets or sets Failover Group object that represents the
            Azure Sql Database Failover Group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupPatchUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the FailoverGroupPatchUpdateResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupProperties">
            <summary>
            Represents the properties of an Azure SQL Database Failover Group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupProperties.Databases">
            <summary>
            Optional. Gets the list of Azure SQL Databases for the Failover
            Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupProperties.PartnerServers">
            <summary>
            Optional. Gets the partner servers of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupProperties.ReadOnlyEndpoint">
            <summary>
            Optional. Gets the readonly endpoint of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupProperties.ReadWriteEndpoint">
            <summary>
            Optional. Gets the read-write endpoint of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupProperties.ReplicationRole">
            <summary>
            Optional. Gets the replication role of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FailoverGroupProperties.ReplicationState">
            <summary>
            Optional. Gets the replication state of the Azure SQL Database
            Failover Group
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FailoverGroupProperties.#ctor">
            <summary>
            Initializes a new instance of the FailoverGroupProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupReplicationRole">
            <summary>
            Defines the replication role for Azure SQL Database Failover Group. See
            MSDN for more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.FailoverGroupReplicationRole.Primary">
            <summary>
            The server is primary for the failover group.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.FailoverGroupReplicationRole.Secondary">
            <summary>
            The server is secondary for the failover group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FailoverGroupReplicationState">
            <summary>
            Defines the replication state for ReadWriteEndpoint of Azure SQL
            Database Failover Group. See MSDN for more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.FailoverGroupReplicationState.CATCHUP">
            <summary>
            Replication state is CATCH_UP.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.FailoverGroupReplicationState.SUSPENDED">
            <summary>
            Replication state is SUSPENDED.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.FailoverGroupReplicationState.SEEDING">
            <summary>
            Replication state is SEEDING.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FirewallRule">
            <summary>
            Represents an Azure SQL Database Server Firewall Rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FirewallRule.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRule.#ctor">
            <summary>
            Initializes a new instance of the FirewallRule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRule.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FirewallRule class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateParameters">
            <summary>
            Create or update Firewall Rule parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            FirewallRuleCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateProperties)">
            <summary>
            Initializes a new instance of the
            FirewallRuleCreateOrUpdateParameters class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateProperties">
            <summary>
            Create or update Firewall Rule parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateProperties.EndIpAddress">
            <summary>
            Optional. Gets or sets the end IP address of the firewall rule
            being created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateProperties.StartIpAddress">
            <summary>
            Optional. Gets or sets the start IP address for the firewall rule
            being updated or created.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRuleCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            FirewallRuleCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FirewallRuleGetResponse">
            <summary>
            Represents the response to a List Firewall Rules request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FirewallRuleGetResponse.FirewallRule">
            <summary>
            Optional. Gets or sets the Azure Sql Database Server firewall rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRuleGetResponse.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FirewallRuleListResponse">
            <summary>
            Represents the response to a List Firewall Rules request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FirewallRuleListResponse.FirewallRules">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database Server
            firewall rules for the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRuleListResponse.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRuleListResponse.GetEnumerator">
            <summary>
            Gets the sequence of FirewallRules.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRuleListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of FirewallRules.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.FirewallRuleProperties">
            <summary>
            Represents the properties of an Azure SQL Database Server Firewall Rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FirewallRuleProperties.EndIpAddress">
            <summary>
            Optional. Gets the end IP address of the Azure SQL Database
            Firewall Rule.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.FirewallRuleProperties.StartIpAddress">
            <summary>
            Optional. Gets the start IP address of the Azure SQL Database
            Firewall Rule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.FirewallRuleProperties.#ctor">
            <summary>
            Initializes a new instance of the FirewallRuleProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackup">
            <summary>
            Represents an Azure SQL Database geo backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackup.Properties">
            <summary>
            Optional. Gets or sets the properties representing the geo backup.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackup.#ctor">
            <summary>
            Initializes a new instance of the GeoBackup class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackup.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GeoBackup class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Database geo backup request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupGetResponse.GeoBackup">
            <summary>
            Optional. Gets or sets the object representing a given Azure Sql
            Database geo backup.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupGetResponse.#ctor">
            <summary>
            Initializes a new instance of the GeoBackupGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupListResponse">
            <summary>
            Represents the response to a List Azure Sql Database geo backups
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupListResponse.GeoBackups">
            <summary>
            Optional. Gets or sets the list of a given Azure Sql Database geo
            backups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupListResponse.#ctor">
            <summary>
            Initializes a new instance of the GeoBackupListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupListResponse.GetEnumerator">
            <summary>
            Gets the sequence of GeoBackups.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of GeoBackups.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy">
            <summary>
            Represents an Azure SQL Database geo backup policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy.Properties">
            <summary>
            Optional. Gets or sets the properties representing the geo backup
            policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy.#ctor">
            <summary>
            Initializes a new instance of the GeoBackupPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GeoBackupPolicy class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Database Geo Backup Policy parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            GeoBackupPolicyCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyProperties,System.String)">
            <summary>
            Initializes a new instance of the
            GeoBackupPolicyCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateResponse">
            <summary>
            Response for Azure Sql Database Geo Backup Policy operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateResponse.GeoBackupPolicy">
            <summary>
            Optional. Gets or sets GeoBackupPolicy object that represents the
            Azure Sql Database Geo Backup Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            GeoBackupPolicyCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Database geo backup policy
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyGetResponse.GeoBackupPolicy">
            <summary>
            Optional. Gets or sets the object representing a given Azure Sql
            Database geo backup policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the GeoBackupPolicyGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyListResponse">
            <summary>
            Represents the response to a List Azure Sql Database geo backup
            policies request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyListResponse.GeoBackupPolicies">
            <summary>
            Optional. Gets or sets the list of a given Azure Sql Database geo
            backup policies.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyListResponse.#ctor">
            <summary>
            Initializes a new instance of the GeoBackupPolicyListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyListResponse.GetEnumerator">
            <summary>
            Gets the sequence of GeoBackupPolicies.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of GeoBackupPolicies.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL Database Geo Backup Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyProperties.State">
            <summary>
            Optional. Gets or sets state
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the GeoBackupPolicyProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.GeoBackupProperties">
            <summary>
            Represents the properties of an Azure SQL Database geo backup.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupProperties.Edition">
            <summary>
            Optional. Gets or sets edition
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupProperties.ElasticPoolName">
            <summary>
            Optional. Gets or sets the elastic pool name for the database
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupProperties.LastAvailableBackupDate">
            <summary>
            Optional. Gets or sets the last available backup date
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.GeoBackupProperties.ServiceLevelObjective">
            <summary>
            Optional. Gets or sets the current service level objective name for
            the database
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.GeoBackupProperties.#ctor">
            <summary>
            Initializes a new instance of the GeoBackupProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponse">
            <summary>
            Response for Azure Sql Import/Export Status operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponse.Id">
            <summary>
            Optional. Gets or sets the id returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponse.Name">
            <summary>
            Optional. Gets or sets the name returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponse.OperationResultType">
            <summary>
            Optional. Gets or sets the type returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponse.Properties">
            <summary>
            Optional. Gets or sets the properties of the response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ImportExportOperationStatusResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties">
            <summary>
            Response for Azure Sql Import/Export Status operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.BlobUri">
            <summary>
            Optional. Gets or sets the blob uri.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.DatabaseName">
            <summary>
            Optional. Gets or sets the name of the Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.ErrorMessage">
            <summary>
            Optional. Gets or sets the error message returned from the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.LastModifiedTime">
            <summary>
            Optional. Gets or sets the operation status last modified time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.QueuedTime">
            <summary>
            Optional. Gets or sets the operation queued time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.RequestType">
            <summary>
            Optional. Gets or sets the request type of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.ServerName">
            <summary>
            Optional. Gets or sets the name of the Azure SQL Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.StatusMessage">
            <summary>
            Optional. Gets or sets the status message returned from the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ImportExportOperationStatusResponseProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ImportExportOperationStatusResponseProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ImportExportResponse">
            <summary>
            Response Azure Sql Import/Export operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExportResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ImportExportResponse.#ctor">
            <summary>
            Initializes a new instance of the ImportExportResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ImportExtensionProperties">
            <summary>
            Export Azure SQL Database parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExtensionProperties.OperrationMode">
            <summary>
            Optional. Gets the operation mode
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ImportExtensionProperties.#ctor">
            <summary>
            Initializes a new instance of the ImportExtensionProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres">
            <summary>
            Import Azure SQL Database parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres.ExtensionName">
            <summary>
            Optional. Gets the name of the extenstion.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres.ExtensionType">
            <summary>
            Optional. Gets the type of the extenstion.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres.#ctor">
            <summary>
            Initializes a new instance of the ImportExtensionRequestParameteres
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ImportExtensionRequestParameteres.#ctor(Microsoft.Azure.Management.Sql.Models.ImportExtensionProperties)">
            <summary>
            Initializes a new instance of the ImportExtensionRequestParameteres
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ImportRequestParameters">
            <summary>
            Import Azure SQL Database parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportRequestParameters.DatabaseMaxSize">
            <summary>
            Optional. Gets or sets the maximum size for the newly imported
            database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportRequestParameters.DatabaseName">
            <summary>
            Optional. Gets or sets the name of the Azure SQL database to import.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportRequestParameters.Edition">
            <summary>
            Optional. Gets or sets the edition for the Azure Sql Database being
            created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ImportRequestParameters.ServiceObjectiveName">
            <summary>
            Optional. Gets or sets the name of the service objective to assign
            to the Azure SQL Database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ImportRequestParameters.#ctor">
            <summary>
            Initializes a new instance of the ImportRequestParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.JobAccount">
            <summary>
            Represents an Azure SQL Job Account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccount.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccount.#ctor">
            <summary>
            Initializes a new instance of the JobAccount class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccount.#ctor(System.String)">
            <summary>
            Initializes a new instance of the JobAccount class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Job Account parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            JobAccountCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateProperties,System.String)">
            <summary>
            Initializes a new instance of the
            JobAccountCreateOrUpdateParameters class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Job Account parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateProperties.DatabaseId">
            <summary>
            Required. Gets or sets the database id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            JobAccountCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountCreateOrUpdateProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            JobAccountCreateOrUpdateProperties class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.JobAccountGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Job Account request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountGetResponse.JobAccount">
            <summary>
            Optional. Gets or sets the Azure Sql Job Account object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountGetResponse.#ctor">
            <summary>
            Initializes a new instance of the JobAccountGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.JobAccountListResponse">
            <summary>
            Represents the response to a List Azure Sql Job Accounts request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountListResponse.JobAccounts">
            <summary>
            Optional. The list of Azure Sql Job Accounts hosted in the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountListResponse.#ctor">
            <summary>
            Initializes a new instance of the JobAccountListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountListResponse.GetEnumerator">
            <summary>
            Gets the sequence of JobAccounts.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of JobAccounts.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.JobAccountOperationResponse">
            <summary>
            Response for long running Azure Sql Job Account operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountOperationResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountOperationResponse.JobAccount">
            <summary>
            Optional. Gets or sets the Job Account object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountOperationResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountOperationResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountOperationResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the JobAccountOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.JobAccountProperties">
            <summary>
            Represents the properties of an Azure SQL Job Account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.JobAccountProperties.DatabaseId">
            <summary>
            Required. Gets or sets the database id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountProperties.#ctor">
            <summary>
            Initializes a new instance of the JobAccountProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.JobAccountProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the JobAccountProperties class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.LocationCapability">
            <summary>
            Represents the Azure SQL capabilities for a region.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.LocationCapability.Name">
            <summary>
            Optional. Gets the region name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.LocationCapability.Status">
            <summary>
            Optional. Gets the status for the region with respect to Azure SQL.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.LocationCapability.SupportedServerVersions">
            <summary>
            Optional. Gets the list of supported Azure SQL Server versions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.LocationCapability.#ctor">
            <summary>
            Initializes a new instance of the LocationCapability class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.MaxSizeCapability">
            <summary>
            Represents the maximum size limits for an Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.MaxSizeCapability.Limit">
            <summary>
            Optional. Gets the maximum size of the database (see 'unit' for the
            units).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.MaxSizeCapability.Status">
            <summary>
            Optional. Gets the status of the maximum size capability.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.MaxSizeCapability.Unit">
            <summary>
            Optional. Gets the units that the limit is expressed in.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.MaxSizeCapability.#ctor">
            <summary>
            Initializes a new instance of the MaxSizeCapability class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.MaxSizeUnits">
            <summary>
            Defines the valid units for Azure SQL Database max sizes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.OperationImpact">
            <summary>
            Represents impact of an operation, both in absolute and relative terms.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.OperationImpact.ChangeValueAbsolute">
            <summary>
            Optional. Gets the absolute impact to dimension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.OperationImpact.ChangeValueRelative">
            <summary>
            Optional. Gets the relative impact to dimension (null if not
            applicable)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.OperationImpact.Name">
            <summary>
            Optional. Gets the name of the impact dimension.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.OperationImpact.Unit">
            <summary>
            Optional. Gets the unit in which estimated impact to dimension is
            measured.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.OperationImpact.#ctor">
            <summary>
            Initializes a new instance of the OperationImpact class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReadOnlyEndpoint">
            <summary>
            Represents impact of applying a Recommended Action, either estimated or
            observed
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReadOnlyEndpoint.FailoverPolicy">
            <summary>
            Optional. Gets the name of the readonly endpoint failover policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReadOnlyEndpoint.#ctor">
            <summary>
            Initializes a new instance of the ReadOnlyEndpoint class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReadOnlyFailoverPolicy">
            <summary>
            Defines the failover policy for ReadOnlyEndpoint of Azure SQL
            Databases. See MSDN for more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReadOnlyFailoverPolicy.Enabled">
            <summary>
            Failover to Readonly Endpoint is enabled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReadOnlyFailoverPolicy.Disabled">
            <summary>
            Failover to Readonly Endpoint is disabled.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReadWriteEndpoint">
            <summary>
            Represents impact of applying a Recommended Action, either estimated or
            observed
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReadWriteEndpoint.FailoverPolicy">
            <summary>
            Optional. Gets the name of the readwrite endpoint failover policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReadWriteEndpoint.FailoverWithDataLossGracePeriodMinutes">
            <summary>
            Optional. Gets the grace period with data loss for Azure SQL
            Failove Group ReadWrite Endpoint
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReadWriteEndpoint.#ctor">
            <summary>
            Initializes a new instance of the ReadWriteEndpoint class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReadWriteFailoverPolicy">
            <summary>
            Defines the failover policy for ReadWriteEndpoint of Azure SQL
            Databases. See MSDN for more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReadWriteFailoverPolicy.Automatic">
            <summary>
            Failover to ReadWrite Endpoint is Automatic.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReadWriteFailoverPolicy.Manual">
            <summary>
            Failover to ReadWrite Endpoint is Manual.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedAction">
            <summary>
            Represents an Azure SQL Advisor Recommended Action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedAction.Properties">
            <summary>
            Optional. Gets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedAction.#ctor">
            <summary>
            Initializes a new instance of the RecommendedAction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedAction.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecommendedAction class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionErrorInfo">
            <summary>
            Represents error info of a Recommended Action that is in Error state
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionErrorInfo.ErrorCode">
            <summary>
            Optional. Gets the reason why Recommended Action is put to error
            state. E.g., DatabaseHasQdsOff, IndexAlreadyExists
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionErrorInfo.IsRetryable">
            <summary>
            Optional. Gets whether error could be ignored and Recommended
            action could be retried. Possible values are: Yes/No
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionErrorInfo.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionErrorInfo class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionGetResponse">
            <summary>
            Represents the response to a get recommended action request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionGetResponse.RecommendedAction">
            <summary>
            Optional. Gets or sets the recommended action object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionGetResponse.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactInfo">
            <summary>
            Represents impact of applying a Recommended Action, either estimated or
            observed
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactInfo.AbsoluteValue">
            <summary>
            Optional. Gets the absolute value of this dimension if applicable.
            E.g., Number of Queries affected
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactInfo.ChangeValueAbsolute">
            <summary>
            Optional. Gets the absolute change in the value of this dimension.
            E.g., Absolute Disk space change in Megabytes
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactInfo.ChangeValueRelative">
            <summary>
            Optional. Gets the relative change in the value of this dimension.
            E.g., Relative Disk space change in Percentage
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactInfo.DimensionName">
            <summary>
            Optional. Gets the name of the impact dimension. E.g., CPUChange,
            DiskSpaceChange, NumberOfQueriesAffected.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactInfo.Unit">
            <summary>
            Optional. Gets the unit in which impact of this dimension is
            measured. E.g., DTU, MegaBytes
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionImpactInfo.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionImpactInfo class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionImplementationInfo">
            <summary>
            Represents implementation info of a Recommended Action if user wants to
            manually apply this Recommended Action
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionImplementationInfo.Method">
            <summary>
            Optional. Gets the method in which this Recommended Action can be
            manually implemented. E.g., TSql, AzurePowerShell.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionImplementationInfo.Script">
            <summary>
            Optional. Gets the implementation script. E.g., T-SQL script that
            could be executed on the database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionImplementationInfo.#ctor">
            <summary>
            Initializes a new instance of the
            RecommendedActionImplementationInfo class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionListResponse">
            <summary>
            Represents the response to a list recommended actions request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionListResponse.RecommendedActions">
            <summary>
            Optional. Gets or sets the list of Recommended actions of the
            advisor
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionListResponse.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionListResponse.GetEnumerator">
            <summary>
            Gets the sequence of RecommendedActions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of RecommendedActions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionMetricInfo">
            <summary>
            Represents time series data of any metrics of this Recommended Action
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionMetricInfo.MetricName">
            <summary>
            Optional. Gets the name of the metric. E.g., CPU, Number of Queries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionMetricInfo.StartTime">
            <summary>
            Optional. Gets the start time of time interval given by this
            MetricInfo
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionMetricInfo.TimeGrain">
            <summary>
            Optional. Gets the duration of time interval for the value given by
            this MetricInfo E.g., PT1H (1 hour)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionMetricInfo.Unit">
            <summary>
            Optional. Gets the unit in which metric is measured. E.g., DTU,
            Frequency
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionMetricInfo.Value">
            <summary>
            Optional. Gets the value of the metric in the time interval given
            by this MetricInfo
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionMetricInfo.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionMetricInfo class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties">
            <summary>
            Represents the properties of an Azure SQL Advisor Recommended Ac.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.Details">
            <summary>
            Optional. Gets additional details specific to this recommended
            action
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.ErrorDetails">
            <summary>
            Optional. Gets the error details if and why this recommended action
            is put to Error state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.EstimatedImpact">
            <summary>
            Optional. Gets the estimated impact info for this recommended
            action E.g., Estimated CPU gain, Estimated Disk Space change
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.ExecuteActionDuration">
            <summary>
            Optional. Gets the time taken for applying this recommended action
            on user resource. E.g., Time taken for index creation
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.ExecuteActionInitiatedBy">
            <summary>
            Optional. Gets if approval for applying this recommended action is
            given by User/System.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.ExecuteActionInitiatedTime">
            <summary>
            Optional. Gets the time when this recommended action is approved
            for execution
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.ExecuteActionStartTime">
            <summary>
            Optional. Gets the time when system started applying this
            recommended action on the user resource. E.g., Index creation
            start time
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.ImplementationDetails">
            <summary>
            Optional. Gets the implementation details of this recommended
            action for user to apply it manually.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.IsArchivedAction">
            <summary>
            Optional. Gets if this recommended action was already suggested
            some time ago but user chose to ignore this and System recommends
            again.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.IsExecutableAction">
            <summary>
            Optional. Gets if this recommended action is actionable to User
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.IsRevertableAction">
            <summary>
            Optional. Gets if changes applied by this recommended action can be
            reverted by User
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.LastRefresh">
            <summary>
            Optional. Gets time when this Recommended Action was last refreshed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.LinkedObjects">
            <summary>
            Optional. Gets the observed/actual impact info for this recommended
            action E.g., Actual CPU gain, Actual Disk Space change
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.ObservedImpact">
            <summary>
            Optional. Gets the observed/actual impact info for this recommended
            action E.g., Actual CPU gain, Actual Disk Space change
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.RecommendationReason">
            <summary>
            Optional. Gets the reason for recommending this action. E.g.,
            DuplicateIndex
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.RevertActionDuration">
            <summary>
            Optional. Gets the time taken for reverting changes of this
            recommended action on user resource. E.g., Time taken for dropping
            the created index.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.RevertActionInitiatedBy">
            <summary>
            Optional. Gets if approval for reverting this recommended action is
            given by User/System.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.RevertActionInitiatedTime">
            <summary>
            Optional. Gets the time when this recommended action is approved
            for revert
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.RevertActionStartTime">
            <summary>
            Optional. Gets the time when system started reverting changes of
            this recommended action on user resource. E.g., Time when Index
            drop is executed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.Score">
            <summary>
            Optional. Gets the impact of this recommended actions. Possible
            values are 1 - Low impact, 2 - Medium Impact and 3 - High Impact
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.State">
            <summary>
            Optional. Gets the info of the state the Recommended Action is in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.TimeSeries">
            <summary>
            Optional. Gets the time series info of metrics for this recommended
            action E.g., CPU time series
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.ValidSince">
            <summary>
            Optional. Gets the time since when this Recommended action is valid.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionProperties.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionStateInfo">
            <summary>
            Represents state info of a Recommended Action
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionStateInfo.ActionInitiatedBy">
            <summary>
            Optional. Gets who initiated the execution of this Recommended
            Action. Possible Value are: User -> When User explicity
            notified system to apply the recommendation.System -> When
            auto-execute status of this advisor is set to 'Enabled', in which
            case the System applies it.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionStateInfo.CurrentValue">
            <summary>
            Optional. Current state the Recommended Action is in. Some
            significant states common to all advisors are: Active ->
            Recommendation is active and no action has been taken yet. Pending
            -> Recommendation is approved for and is awaiting execution.
            Executing -> Recommendation is being applied on the user
            database. Verifying -> Recommendation was applied and is being
            verified of its usefulness by the system. Success ->
            Recommendation was applied and improvement found during
            verification. Pending Reverting -> Verification found little to
            no improvement so Recommendation is queued for revert or User has
            manually revertedReverting -> Changes made while applying
            recommendation are being reverted on the user database. Reverted
            -> Succesfully reverted the changes made by recommendation on
            user database. Ignored -> User explicitly ignored/discarded
            the recommendation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionStateInfo.LastModified">
            <summary>
            Optional. Gets the time when state was last modified
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionStateInfo.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionStateInfo class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters">
            <summary>
            Update Sql Azure Advisor Recommended Action state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateProperties)">
            <summary>
            Initializes a new instance of the RecommendedActionUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateProperties">
            <summary>
            Update Azure Sql Advisor Recommended Action properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateProperties.State">
            <summary>
            Required. Gets or sets requested recommended action state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionUpdateProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateProperties.#ctor(Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateStateInfo)">
            <summary>
            Initializes a new instance of the RecommendedActionUpdateProperties
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateResponse">
            <summary>
            Represents the response to an update recommended action request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateResponse.Error">
            <summary>
            Optional. Error details if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the location header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateResponse.RecommendedAction">
            <summary>
            Optional. Gets or sets the recommended action object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateResponse.RetryAfter">
            <summary>
            Optional. Gets or sets how long to wait before polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionUpdateResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateStateInfo">
            <summary>
            Update Azure Sql Advisor Recommended Action state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateStateInfo.CurrentValue">
            <summary>
            Optional. Gets or sets requested recommended action state.We
            execute or cancel recommended action operations by altering state.
            You can set current value to :Pending -> To (re-) apply an
            (reverted/ignored) active recommended action. Ignored -> To
            ignore a recommended action so it will no longer show in active
            recommendations. Active -> To restore ignored recommended
            action/ To cancel recommended action still in Pending. Pending
            Revert -> To revert a recommended action that has been applied
            succesfully. Revert Canceled -> To cancel revert operation while
            recommended action is Pending revert. See documentation for more.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateStateInfo.#ctor">
            <summary>
            Initializes a new instance of the RecommendedActionUpdateStateInfo
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedDatabaseProperties">
            <summary>
            Represents the properties of a recommended Azure SQL Database being
            upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedDatabaseProperties.Name">
            <summary>
            Optional. Gets or sets the name of the Azure SQL Database being
            upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedDatabaseProperties.TargetEdition">
            <summary>
            Optional. Gets or sets the target edition for the Azure SQL
            Database being upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedDatabaseProperties.TargetServiceLevelObjective">
            <summary>
            Optional. Gets or sets the target Service Level Objective for the
            Azure SQL Database being upgraded.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedDatabaseProperties.#ctor">
            <summary>
            Initializes a new instance of the RecommendedDatabaseProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPool">
            <summary>
            Represents an Azure SQL Recommended Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPool.Properties">
            <summary>
            Optional. Gets or sets the properites representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPool.#ctor">
            <summary>
            Initializes a new instance of the RecommendedElasticPool class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPool.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecommendedElasticPool class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Recommended Resource pool
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolGetResponse.RecommendedElasticPool">
            <summary>
            Optional. Gets or sets the Azure Sql Recommended Elastic Pool
            object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolGetResponse.#ctor">
            <summary>
            Initializes a new instance of the RecommendedElasticPoolGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListMetricsResponse">
            <summary>
            Represents the response to a List Azure Sql Recommended Elastic Pool
            metrics request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListMetricsResponse.RecommendedElasticPoolsMetrics">
            <summary>
            Optional. Gets or sets the list of Azure Sql Recommended Elastic
            Pools metrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListMetricsResponse.#ctor">
            <summary>
            Initializes a new instance of the
            RecommendedElasticPoolListMetricsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListMetricsResponse.GetEnumerator">
            <summary>
            Gets the sequence of RecommendedElasticPoolsMetrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListMetricsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of RecommendedElasticPoolsMetrics.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListResponse">
            <summary>
            Represents the response to a List Azure Sql Recommended Elastic Pool
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListResponse.RecommendedElasticPools">
            <summary>
            Optional. Gets or sets the list of Azure Sql Recommended Elastic
            Pools hosted in the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            RecommendedElasticPoolListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListResponse.GetEnumerator">
            <summary>
            Gets the sequence of RecommendedElasticPools.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of RecommendedElasticPools.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolMetric">
            <summary>
            Represents Azure SQL recommended elastic pool metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolMetric.DateTime">
            <summary>
            Optional. Gets or sets the time of metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolMetric.Dtu">
            <summary>
            Optional. Gets or sets the DTU.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolMetric.SizeGB">
            <summary>
            Optional. Gets or sets size in gigabytes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolMetric.#ctor">
            <summary>
            Initializes a new instance of the RecommendedElasticPoolMetric
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties">
            <summary>
            Represents the properties of an Azure SQL Recommended Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.DatabaseDtuMax">
            <summary>
            Optional. Gets the maximum DTU for the database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.DatabaseDtuMin">
            <summary>
            Optional. Gets the minimum DTU for the database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.DatabaseEdition">
            <summary>
            Optional. Gets the edition of the Azure SQL Recommended Elastic
            Pool. The DatabaseEditions enumeration contains all the valid
            editions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.Databases">
            <summary>
            Optional. Gets the list of Azure Sql Databases in this pool.
            Expanded property
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.Dtu">
            <summary>
            Optional. Gets the DTU for the Sql Azure Recommended Elastic Pool.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.MaxObservedDtu">
            <summary>
            Optional. Gets maximum observed DTU.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.MaxObservedStorageMB">
            <summary>
            Optional. Gets maximum observed storage in megabytes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.Metrics">
            <summary>
            Optional. Gets or sets the list of Azure Sql Databases housed in
            the server. Expanded property
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.ObservationPeriodEnd">
            <summary>
            Optional. Gets the observation period start.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.ObservationPeriodStart">
            <summary>
            Optional. Gets the observation period start.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.StorageMB">
            <summary>
            Optional. Gets storage size in megabytes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedElasticPoolProperties.#ctor">
            <summary>
            Initializes a new instance of the RecommendedElasticPoolProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedIndex">
            <summary>
            Represents an Azure SQL Database recommended index.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndex.Properties">
            <summary>
            Optional. Gets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedIndex.#ctor">
            <summary>
            Initializes a new instance of the RecommendedIndex class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedIndex.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RecommendedIndex class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedIndexGetResponse">
            <summary>
            Represents the response to a get recommended index request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexGetResponse.RecommendedIndex">
            <summary>
            Optional. Gets or sets the index recommendation object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedIndexGetResponse.#ctor">
            <summary>
            Initializes a new instance of the RecommendedIndexGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties">
            <summary>
            Represents the properties of an Azure SQL Database recommended index.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.Action">
            <summary>
            Optional. Gets the proposed index action. We suggest user to create
            missing index, drop unused index or to rebuild already existing
            index to improve its performance. Possible values are 'Create',
            'Drop', 'Rebuild'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.Columns">
            <summary>
            Optional. Columns over which to build index
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.Created">
            <summary>
            Optional. Gets the UTC datetime showing when this resource was
            created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.EstimatedImpact">
            <summary>
            Optional. Gets the estimated impact of doing recommended index
            action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.IncludedColumns">
            <summary>
            Optional. Gets the list of column names to be included in the index
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.IndexScript">
            <summary>
            Optional. Gets the full build index script
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.IndexType">
            <summary>
            Optional. Gets the type of index (CLUSTERED, NONCLUSTERED,
            COLUMNSTORE, CLUSTERED COLUMNSTORE)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.LastModified">
            <summary>
            Optional. Gets the UTC datetime of when was this resource last
            changed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.ReportedImpact">
            <summary>
            Optional. Gets the values reported after index action is complete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.Schema">
            <summary>
            Optional. Gets the schema where table to build index over resides
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.State">
            <summary>
            Optional. Gets the state recommendation is in. Current options are:
            'Active', 'Pending', 'Executing', 'Verifying', 'Pending Revert',
            'Reverting', 'Reverted', 'Ignored', 'Expired', 'Blocked',
            'Success'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.Table">
            <summary>
            Optional. Gets the table on which to build index.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedIndexProperties.#ctor">
            <summary>
            Initializes a new instance of the RecommendedIndexProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateParameters">
            <summary>
            Update Sql Azure Database recommended index state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the RecommendedIndexUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateProperties)">
            <summary>
            Initializes a new instance of the RecommendedIndexUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateProperties">
            <summary>
            Update Azure Sql Database recommended index properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateProperties.State">
            <summary>
            Optional. Gets or sets requested index state. We execute or cancel
            index operations by altering index state. Allowed state
            transitions are :Active -> Pending - Start index
            creation processPending -> Active - Cancel index
            creationActive/Pending -> Ignored - Ignore index
            recommendation so it will no longer show in active
            recommendationsIgnored -> Active - Restore index
            recommendationSuccess -> Pending Revert - Revert index
            that has been createdPending Revert -> Revert Canceled - Cancel
            index revert operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the RecommendedIndexUpdateProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateResponse">
            <summary>
            Represents the response to a get recommended index request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateResponse.Error">
            <summary>
            Optional. Error details if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the location header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateResponse.RecommendedIndex">
            <summary>
            Optional. Gets or sets the index recommendation object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateResponse.RetryAfter">
            <summary>
            Optional. Gets or sets how long to wait before polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the RecommendedIndexUpdateResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReplicationLink">
            <summary>
            Represents an Azure SQL Database Replication Link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLink.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReplicationLink.#ctor">
            <summary>
            Initializes a new instance of the ReplicationLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReplicationLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ReplicationLink class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReplicationLinkFailoverResponse">
            <summary>
            Response for long running Azure Sql Database replication failover
            operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkFailoverResponse.Error">
            <summary>
            Optional. Gets or sets the error response if any.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkFailoverResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the operation status link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkFailoverResponse.RetryAfter">
            <summary>
            Optional. Gets or sets the retry delay for polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkFailoverResponse.Status">
            <summary>
            Optional. Gets or sets the operation status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReplicationLinkFailoverResponse.#ctor">
            <summary>
            Initializes a new instance of the ReplicationLinkFailoverResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReplicationLinkGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Database Replication Link
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkGetResponse.ReplicationLink">
            <summary>
            Optional. Gets or sets the object that represents the Azure Sql
            Database Replication Link.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReplicationLinkGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ReplicationLinkGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReplicationLinkListResponse">
            <summary>
            Represents the response to a List Azure Sql Database Replication Link
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkListResponse.ReplicationLinks">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database Replication
            Links housed in the database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReplicationLinkListResponse.#ctor">
            <summary>
            Initializes a new instance of the ReplicationLinkListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReplicationLinkListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ReplicationLinks.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReplicationLinkListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ReplicationLinks.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties">
            <summary>
            Represents the properties of an Azure SQL Database Replication Link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.PartnerDatabase">
            <summary>
            Optional. Gets the name of the partner Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.PartnerLocation">
            <summary>
            Optional. Gets the Azure Region of the partner Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.PartnerRole">
            <summary>
            Optional. Gets the role of the partner Azure SQL Database in the
            replication link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.PartnerServer">
            <summary>
            Optional. Gets the name of the Azure SQL Server hosting the partner
            Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.PercentComplete">
            <summary>
            Optional. Gets the percentage of seeding complete for the
            replication link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.ReplicationState">
            <summary>
            Optional. Gets the replication state for the replication link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.Role">
            <summary>
            Optional. Gets the role of the Azure SQL Database in the
            replication link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.StartTime">
            <summary>
            Optional. Gets the start time for the replication link.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ReplicationLinkProperties.#ctor">
            <summary>
            Initializes a new instance of the ReplicationLinkProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReplicationRole">
            <summary>
            Represents an Azure SQL Database Replication Link's Replication Role.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationRole.Primary">
            <summary>
            Database is the primary for replication.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationRole.Secondary">
            <summary>
            Database is the readable Secondary for replication.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationRole.NonReadableSecondary">
            <summary>
            Database is the non-readable Secondary for replication.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationRole.Source">
            <summary>
            Database is database copy source.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationRole.Copy">
            <summary>
            Database is database copy target.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ReplicationState">
            <summary>
            Represents an Azure SQL Database Replication Link's Replication State.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationState.Pending">
            <summary>
            Replication is pending.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationState.Seeding">
            <summary>
            Replication is seeding.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationState.CatchUp">
            <summary>
            Replication has finished catching up.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ReplicationState.Suspended">
            <summary>
            Replication is suspended.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RestorePoint">
            <summary>
            Represents an Azure SQL Database restore point.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RestorePoint.Properties">
            <summary>
            Optional. Gets or sets the properties representing the restore
            point.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RestorePoint.#ctor">
            <summary>
            Initializes a new instance of the RestorePoint class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RestorePoint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the RestorePoint class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RestorePointListResponse">
            <summary>
            Represents the response to a List Azure Sql Database restore points
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RestorePointListResponse.RestorePoints">
            <summary>
            Optional. Gets or sets the list of a given Azure Sql Database
            restore points.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RestorePointListResponse.#ctor">
            <summary>
            Initializes a new instance of the RestorePointListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RestorePointListResponse.GetEnumerator">
            <summary>
            Gets the sequence of RestorePoints.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RestorePointListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of RestorePoints.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RestorePointProperties">
            <summary>
            Represents the properties of an Azure SQL Database restore point.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RestorePointProperties.EarliestRestoreDate">
            <summary>
            Optional. Earliest restore time. Populated when restorePointType =
            DISCRETE. Null otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RestorePointProperties.RestorePointCreationDate">
            <summary>
            Optional. Restore point creation time. Populated when
            restorePointType = CONTINUOUS. Null otherwise.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.RestorePointProperties.RestorePointType">
            <summary>
            Optional. Gets the restore point type of the Azure SQL Database
            restore point.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.RestorePointProperties.#ctor">
            <summary>
            Initializes a new instance of the RestorePointProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.RestorePointTypes">
            <summary>
            Defines the valid restore points of Azure SQL Databases. See MSDN for
            more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.RestorePointTypes.DISCRETE">
            <summary>
            Discrete restore points describe the possible point-in-times that
            an Azure SQL database can be restored to.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.RestorePointTypes.CONTINUOUS">
            <summary>
            Continuous restore points describe the earliest possible
            point-in-times that an Azure SQL database can be restored to. The
            database can be restored to any point-in-time after the earliest
            point.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.Schema">
            <summary>
            Represents an Azure SQL Database schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.Schema.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Schema.#ctor">
            <summary>
            Initializes a new instance of the Schema class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Schema.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Schema class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.SchemaProperties">
            <summary>
            Represents the properties of an Azure SQL Database schema.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.SchemaProperties.Tables">
            <summary>
            Optional. Gets the tables from this database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.SchemaProperties.#ctor">
            <summary>
            Initializes a new instance of the SchemaProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.Server">
            <summary>
            Represents an Azure SQL Database Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.Server.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Server.#ctor">
            <summary>
            Initializes a new instance of the Server class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Server.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Server class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAdministrator">
            <summary>
            Represents an Azure SQL Server Active Directory Administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministrator.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministrator.#ctor">
            <summary>
            Initializes a new instance of the ServerAdministrator class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministrator.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ServerAdministrator class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters">
            <summary>
            Create or update Azure SQL Server Active Directory Administrator
            parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ServerAdministratorCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateProperties)">
            <summary>
            Initializes a new instance of the
            ServerAdministratorCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateProperties">
            <summary>
            Create or update Azure Server Active Directory Administrator parameters
            properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateProperties.AdministratorType">
            <summary>
            Required. Gets the Azure SQL Server Active Directory Administrator
            Type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateProperties.Login">
            <summary>
            Required. Gets the Azure SQL Server Active Directory Administrator
            Login Value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateProperties.Sid">
            <summary>
            Required. Gets the Azure SQL Server Active Directory Administrator
            Sid.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateProperties.TenantId">
            <summary>
            Required. Gets the Azure SQL Server Active Directory Administrator
            tenant id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ServerAdministratorCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateResponse">
            <summary>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateResponse.Error">
            <summary>
            Optional. Gets or sets the error details if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the location header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional. Gets or sets how long to wait before polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateResponse.ServerAdministrator">
            <summary>
            Optional. Gets or sets Active Directory Administrator object that
            represents the Azure SQL Server Active Directory Administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerAdministratorCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAdministratorDeleteResponse">
            <summary>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorDeleteResponse.Error">
            <summary>
            Optional. Gets or sets the error details if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorDeleteResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the location header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorDeleteResponse.RetryAfter">
            <summary>
            Optional. Gets or sets how long to wait before polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorDeleteResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorDeleteResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerAdministratorDeleteResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAdministratorGetResponse">
            <summary>
            Represents the response to a Get Azure SQL Server Active Directory
            Administrators request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorGetResponse.Administrator">
            <summary>
            Optional. Gets or sets the Azure SQL Server Active Directory
            Administrator.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerAdministratorGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAdministratorListResponse">
            <summary>
            Represents the response to a List Azure SQL Active Directory
            Administrators request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorListResponse.Administrators">
            <summary>
            Optional. Gets or sets the list of Azure SQL Server Active
            Directory Administrators for the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerAdministratorListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Administrators.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Administrators.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAdministratorProperties">
            <summary>
            Represents the properties of an Azure SQL Server Administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorProperties.AdministratorType">
            <summary>
            Optional. Gets the type of Azure SQL Server Administrator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorProperties.Login">
            <summary>
            Optional. Gets the Azure SQL Server Administrator Login Value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorProperties.Sid">
            <summary>
            Optional. Gets the Azure SQL Server Administrator Sid.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAdministratorProperties.TenantId">
            <summary>
            Required. Gets the Azure SQL Server Active Directory Administrator
            tenant id.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerAdministratorProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAdministratorProperties.#ctor(System.Guid)">
            <summary>
            Initializes a new instance of the ServerAdministratorProperties
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicy">
            <summary>
            Represents an Azure SQL Database server auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicy.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicy.#ctor">
            <summary>
            Initializes a new instance of the ServerAuditingPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ServerAuditingPolicy class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters">
            <summary>
            Create or update Azure SQL Database Server audting policy parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ServerAuditingPolicyCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyProperties)">
            <summary>
            Initializes a new instance of the
            ServerAuditingPolicyCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyGetResponse">
            <summary>
            Represents the response to a get database auditing policy request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyGetResponse.AuditingPolicy">
            <summary>
            Optional. Gets or sets the Azure Sql Database server auditing
            policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerAuditingPolicyGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL auditing policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerAuditingPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerAuditingPolicyProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerBlobAuditingOperationResponse">
            <summary>
            Response for long running Azure Sql server blob auditing create or
            update operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerBlobAuditingOperationResponse.OperationResult">
            <summary>
            Optional. Gets or sets the Azure Sql Database auditing policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerBlobAuditingOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerBlobAuditingOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerBlobAuditingResponse">
            <summary>
            Response Azure Sql Server blob auditing operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerBlobAuditingResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerBlobAuditingResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerBlobAuditingResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLink">
            <summary>
            Represents an Azure SQL Server communication link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLink.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLink.#ctor">
            <summary>
            Initializes a new instance of the ServerCommunicationLink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLink.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ServerCommunicationLink class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters">
            <summary>
            Create or update Azure SQL Server communication link parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ServerCommunicationLinkCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateProperties,System.String)">
            <summary>
            Initializes a new instance of the
            ServerCommunicationLinkCreateOrUpdateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Server communication link parameters
            properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateProperties.PartnerServer">
            <summary>
            Optional. Gets the name of the partner server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ServerCommunicationLinkCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateResponse">
            <summary>
            Response for long running Azure Sql server communication link operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateResponse.ServerCommunicationLink">
            <summary>
            Optional. Gets or sets the object that represents the Azure Sql
            Server communication link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerCommunicationLinkCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkGetResponse">
            <summary>
            Represents the response to a get server communication link request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkGetResponse.ServerCommunicationLink">
            <summary>
            Optional. Gets or sets the Azure Sql Server communication link.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerCommunicationLinkGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkListResponse">
            <summary>
            Represents the response to a List Azure Sql Server communication link
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkListResponse.ServerCommunicationLinks">
            <summary>
            Optional. Gets or sets the list of Azure Sql Server communication
            links.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerCommunicationLinkListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ServerCommunicationLinks.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ServerCommunicationLinks.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkProperties">
            <summary>
            Represents the properties of an Azure SQL Server communication link.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkProperties.PartnerServer">
            <summary>
            Optional. Gets the name of the partner server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkProperties.State">
            <summary>
            Optional. Gets the state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerCommunicationLinkProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters">
            <summary>
            Create or update server parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the ServerCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateProperties,System.String)">
            <summary>
            Initializes a new instance of the ServerCreateOrUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateProperties">
            <summary>
            Create or update server parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateProperties.AdministratorLogin">
            <summary>
            Optional. Gets or sets the Administrator Login of the server being
            created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateProperties.AdministratorLoginPassword">
            <summary>
            Optional. Gets or sets the Administrator Login Password of the
            server being created or updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateProperties.Version">
            <summary>
            Optional. Gets or sets the version for the server being updated or
            created.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerCreateOrUpdateProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfiguration">
            <summary>
            Represents an Azure SQL Server disaster recovery configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfiguration.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfiguration.#ctor">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfiguration class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfiguration.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfiguration class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters">
            <summary>
            Create or update Azure SQL Server disaster recovery configuration
            parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfigurationCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties,System.String)">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfigurationCreateOrUpdateParameters class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Server disaster recovery configuration
            parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties.AutoFailover">
            <summary>
            Optional. Whether or not automatic failover is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties.FailoverPolicy">
            <summary>
            Optional. The policy for automatically failing over.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties.PartnerLogicalServerName">
            <summary>
            Optional. Gets the name of the partner server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties.PartnerServerId">
            <summary>
            Optional. Gets the id of the partner server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties.Role">
            <summary>
            Optional. Gets the role of the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties.Type">
            <summary>
            Optional. The type of server disaster recovery configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfigurationCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse">
            <summary>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse.Error">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse.ServerDisasterRecoveryConfiguration">
            <summary>
            Optional. Gets or sets the object that represents the Azure Sql
            Server disaster recovery configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfigurationCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationGetResponse">
            <summary>
            Represents the response to a get server disaster recovery configuration
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationGetResponse.ServerDisasterRecoveryConfiguration">
            <summary>
            Optional. Gets or sets the Azure Sql Server disaster recovery
            configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfigurationGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationListResponse">
            <summary>
            Represents the response to a List Azure Sql Server disaster recovery
            configuration request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationListResponse.ServerDisasterRecoveryConfigurations">
            <summary>
            Optional. Gets or sets the list of Azure Sql Server disaster
            recovery configurations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfigurationListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ServerDisasterRecoveryConfigurations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ServerDisasterRecoveryConfigurations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationProperties">
            <summary>
            Represents the properties of an Azure SQL Server disaster recovery
            configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationProperties.AutoFailover">
            <summary>
            Optional. Whether or not automatic failover is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationProperties.FailoverPolicy">
            <summary>
            Optional. The policy for automatically failing over.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationProperties.PartnerLogicalServerName">
            <summary>
            Optional. Gets the name of the partner server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationProperties.PartnerServerId">
            <summary>
            Optional. Gets the id path the partner server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationProperties.Role">
            <summary>
            Optional. Gets the role of the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationProperties.Type">
            <summary>
            Optional. The type of server disaster recovery configuration.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfigurationProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Database Server request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerGetResponse.Server">
            <summary>
            Optional. Gets or sets the object representing the Azure Sql
            Database Server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKey">
            <summary>
            Represents an Azure SQL Database Server Key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKey.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKey.#ctor">
            <summary>
            Initializes a new instance of the ServerKey class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Server Key parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the ServerKeyCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateProperties)">
            <summary>
            Initializes a new instance of the ServerKeyCreateOrUpdateParameters
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Server Key parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateProperties.ServerKeyType">
            <summary>
            Optional. The type of the Server Key Vault Key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateProperties.Uri">
            <summary>
            Optional. The uri of the Server Key Vault Key.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerKeyCreateOrUpdateProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse">
            <summary>
            Represents the response to a Azure Sql Server Key operation request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse.Error">
            <summary>
            Optional. Gets or sets the error details if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse.Operation">
            <summary>
            Optional. The name of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the location header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse.RetryAfter">
            <summary>
            Optional. Gets or sets how long to wait before polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse.ServerKey">
            <summary>
            Optional. Gets or sets ServerKey object that represents the Azure
            SQL Server Key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse.StartTime">
            <summary>
            Optional. The time the operation started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerKeyCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKeyDeleteResponse">
            <summary>
            Represents the response to an Azure Sql Server Key Delete request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyDeleteResponse.Error">
            <summary>
            Optional. Gets or sets the error details if available.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyDeleteResponse.Operation">
            <summary>
            Optional. The name of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyDeleteResponse.OperationStatusLink">
            <summary>
            Optional. Gets or sets the location header value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyDeleteResponse.RetryAfter">
            <summary>
            Optional. Gets or sets how long to wait before polling.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyDeleteResponse.StartTime">
            <summary>
            Optional. The time the operation started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyDeleteResponse.Status">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyDeleteResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerKeyDeleteResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKeyGetResponse">
            <summary>
            Represents the response to a List Azure Sql Server Key request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyGetResponse.ServerKey">
            <summary>
            Optional. The Azure Sql Server Key object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerKeyGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKeyListResponse">
            <summary>
            Represents the response to a List Azure Sql Server Key request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyListResponse.ServerKeys">
            <summary>
            Optional. Gets or sets the list of Azure Sql Server Key.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerKeyListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ServerKeys.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ServerKeys.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKeyProperties">
            <summary>
            Represents an Azure SQL Server Key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyProperties.CreationDate">
            <summary>
            Optional. The date the Server Key was created in Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyProperties.ServerKeyType">
            <summary>
            Optional. The type of the Server Key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyProperties.Thumbprint">
            <summary>
            Optional. The thumbprint of the Server Key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerKeyProperties.Uri">
            <summary>
            Optional. The Uri of the Server Key.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerKeyProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerKeyProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerKeyType">
            <summary>
            Defines the valid key types of Azure SQL Server Keys. See MSDN for more
            information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ServerKeyType.AzureKeyVault">
            <summary>
            The Server Key Type corresponding to Azure Key Vault.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.ServerKeyType.ServiceManaged">
            <summary>
            The Server Key Type corresponding to Service Managed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerListResponse">
            <summary>
            Represents the response to a Get Azure Sql Database Server request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerListResponse.Servers">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database Servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Servers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerMetric">
            <summary>
            Represents Azure SQL Database metrics.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerMetric.CurrentValue">
            <summary>
            Optional. Gets or sets the current value of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerMetric.DisplayName">
            <summary>
            Optional. Gets or sets the metric display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerMetric.Limit">
            <summary>
            Optional. Gets or sets the current limit of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerMetric.NextResetTime">
            <summary>
            Optional. Gets or sets the next reset time for the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerMetric.ResourceName">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerMetric.Unit">
            <summary>
            Optional. Gets or sets the units of the metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerMetric.#ctor">
            <summary>
            Initializes a new instance of the ServerMetric class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerMetricListResponse">
            <summary>
            Represents the response to a List Azure Sql Database Server metrics
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerMetricListResponse.Metrics">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database Server
            metrics for the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerMetricListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerMetricListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerMetricListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Metrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerMetricListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Metrics.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerProperties">
            <summary>
            Represents the properties of an Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerProperties.AdministratorLogin">
            <summary>
            Optional. Gets administrator username for the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerProperties.AdministratorLoginPassword">
            <summary>
            Optional. Gets the administrator login password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerProperties.FullyQualifiedDomainName">
            <summary>
            Optional. Gets the fully qualified domain name of the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerProperties.Version">
            <summary>
            Optional. Gets the version of the server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicy">
            <summary>
            Represents an Azure SQL Server Security Alert Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicy.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicy.#ctor">
            <summary>
            Initializes a new instance of the ServerSecurityAlertPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicy.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ServerSecurityAlertPolicy class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters">
            <summary>
            Create or update database security alert policy parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyProperties)">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyCreateOrUpdateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateResponse">
            <summary>
            Response to Azure Sql Server security alert policy create or update
            operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyGetResponse">
            <summary>
            Represents the response to a get server security alert policy request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyGetResponse.SecurityAlertPolicy">
            <summary>
            Optional. Gets or sets the Azure Sql Server security alert policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResponse">
            <summary>
            Response for long running Azure Sql server threat detection create or
            update operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResponse.OperationResult">
            <summary>
            Optional. Gets or sets the Azure Sql server threat detection create
            or update operation status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyOperationResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResult">
            <summary>
            Represents the status of a create or update operation of Azure SQL
            Server blob auditing policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResult.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResult.#ctor">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyOperationResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResult.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyOperationResult class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResultProperties">
            <summary>
            Represents the properties of a create or update request for an Azure
            SQL server security alert policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResultProperties.OperationId">
            <summary>
            Optional. Gets or sets the operation Id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResultProperties.StartTime">
            <summary>
            Optional. Gets or sets the start time of the operation
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResultProperties.State">
            <summary>
            Optional. Gets or sets the status of the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyOperationResultProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyOperationResultProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyProperties">
            <summary>
            Represents the properties of an Azure SQL Security alert policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyProperties.#ctor">
            <summary>
            Initializes a new instance of the
            ServerSecurityAlertPolicyProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerUpgradeGetResponse">
            <summary>
            Represents the response to a Get request for Upgrade status of an Azure
            SQL Database Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerUpgradeGetResponse.ScheduleUpgradeAfterTime">
            <summary>
            Optional. Gets the schedule time of the Azure SQL Database Server
            Upgrade.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerUpgradeGetResponse.Status">
            <summary>
            Optional. Gets the status of the Azure SQL Database Server Upgrade.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerUpgradeGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ServerUpgradeGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerUpgradeProperties">
            <summary>
            Start Azure SQL Database Server Upgrade properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerUpgradeProperties.DatabaseCollection">
            <summary>
            Optional. Gets or sets the collection of recommended database
            properties to upgrade the Azure SQL Database Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerUpgradeProperties.ElasticPoolCollection">
            <summary>
            Optional. Gets or sets the collection of recommended elastic pool
            properties to upgrade the Azure SQL Database Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerUpgradeProperties.ScheduleUpgradeAfterUtcDateTime">
            <summary>
            Optional. Gets or sets the earliest time to upgrade the Azure SQL
            Database Server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerUpgradeProperties.Version">
            <summary>
            Required. Gets or sets the version for the Azure SQL Database
            Server being upgraded.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerUpgradeProperties.#ctor">
            <summary>
            Initializes a new instance of the ServerUpgradeProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerUpgradeProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ServerUpgradeProperties class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters">
            <summary>
            Start Azure SQL Database Server Upgrade parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the Azure SQL Database
            Server Upgrade.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters.#ctor">
            <summary>
            Initializes a new instance of the ServerUpgradeStartParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters.#ctor(Microsoft.Azure.Management.Sql.Models.ServerUpgradeProperties)">
            <summary>
            Initializes a new instance of the ServerUpgradeStartParameters
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServerVersionCapability">
            <summary>
            Represents the Azure SQL Server capabilities.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerVersionCapability.Name">
            <summary>
            Optional. Gets the server version name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerVersionCapability.Status">
            <summary>
            Optional. Gets the status of the Azure SQL Server version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServerVersionCapability.SupportedEditions">
            <summary>
            Optional. Gets the list of supported Azure SQL Server editions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServerVersionCapability.#ctor">
            <summary>
            Initializes a new instance of the ServerVersionCapability class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceObjective">
            <summary>
            Represents an Azure SQL Database Service Objective.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjective.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceObjective.#ctor">
            <summary>
            Initializes a new instance of the ServiceObjective class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceObjective.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ServiceObjective class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveCapability">
            <summary>
            Represents the Service Objectives capabilities.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveCapability.Id">
            <summary>
            Optional. Gets the unique ID of the Service Objective.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveCapability.Name">
            <summary>
            Optional. Gets the Service Objective name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveCapability.Status">
            <summary>
            Optional. Gets the status of the Service Objective.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveCapability.SupportedMaxSizes">
            <summary>
            Optional. Gets the list of supported maximum Azure SQL Database
            sizes for this Service Objective.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveCapability.#ctor">
            <summary>
            Initializes a new instance of the ServiceObjectiveCapability class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveGetResponse">
            <summary>
            Represents the response to a Get Azure Sql Database Service Objective
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveGetResponse.ServiceObjective">
            <summary>
            Optional. Gets or sets the object representing the Azure Sql
            Database Service Objective.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ServiceObjectiveGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveListResponse">
            <summary>
            Represents the response to a Get Azure Sql Database Service Objectives
            request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveListResponse.ServiceObjectives">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database Service
            Objectives.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServiceObjectiveListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ServiceObjectives.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ServiceObjectives.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveProperties">
            <summary>
            Represents the properties of an Azure SQL Database Service Objective.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveProperties.Description">
            <summary>
            Optional. Gets the description for the service level objective.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveProperties.Enabled">
            <summary>
            Optional. Gets whether the service level objective is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveProperties.IsDefault">
            <summary>
            Optional. Gets whether the service level objective is the default
            service objective.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveProperties.IsSystem">
            <summary>
            Optional. Gets whether the service level objective is a system
            service objective.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveProperties.ServiceObjectiveName">
            <summary>
            Optional. Gets the name for the service objective.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceObjectiveProperties.#ctor">
            <summary>
            Initializes a new instance of the ServiceObjectiveProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisor">
            <summary>
            Represents a Service Tier Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisor.Properties">
            <summary>
            Optional. Gets or sets the properites representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisor.#ctor">
            <summary>
            Initializes a new instance of the ServiceTierAdvisor class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisor.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ServiceTierAdvisor class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorGetResponse">
            <summary>
            Represents the response to a get service tier advisor request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorGetResponse.ServiceTierAdvisor">
            <summary>
            Optional. Gets or sets the service tier advisor object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ServiceTierAdvisorGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorListResponse">
            <summary>
            Represents the response to a list service tier advisor request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorListResponse.ServiceTierAdvisors">
            <summary>
            Optional. Gets or sets the list of service tier advisors for
            specified database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorListResponse.#ctor">
            <summary>
            Initializes a new instance of the ServiceTierAdvisorListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorListResponse.GetEnumerator">
            <summary>
            Gets the sequence of ServiceTierAdvisors.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of ServiceTierAdvisors.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties">
            <summary>
            Represents the properties of a Service Tier Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.ActiveTimeRatio">
            <summary>
            Optional. Gets the activeTimeRatio for service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.AvgDtu">
            <summary>
            Optional. Gets or sets avgDtu for service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.Confidence">
            <summary>
            Optional. Gets or sets confidence for service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.CurrentServiceLevelObjective">
            <summary>
            Optional. Gets or sets currentServiceLevelObjective for service
            tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.CurrentServiceLevelObjectiveId">
            <summary>
            Optional. Gets or sets currentServiceLevelObjectiveId for service
            tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.DatabaseSizeBasedRecommendationServiceLevelObjective">
            <summary>
            Optional. Gets or sets
            databaseSizeBasedRecommendationServiceLevelObjective for service
            tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.DatabaseSizeBasedRecommendationServiceLevelObjectiveId">
            <summary>
            Optional. Gets or sets
            databaseSizeBasedRecommendationServiceLevelObjectiveId for service
            tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.DisasterPlanBasedRecommendationServiceLevelObjective">
            <summary>
            Optional. Gets or sets
            disasterPlanBasedRecommendationServiceLevelObjective for service
            tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.DisasterPlanBasedRecommendationServiceLevelObjectiveId">
            <summary>
            Optional. Gets or sets
            disasterPlanBasedRecommendationServiceLevelObjectiveId for service
            tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.MaxDtu">
            <summary>
            Optional. Gets or sets maxDtu for service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.MaxSizeInGB">
            <summary>
            Optional. Gets or sets maxSizeInGB for service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.MinDtu">
            <summary>
            Optional. Gets or sets minDtu for service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.ObservationPeriodEnd">
            <summary>
            Optional. Gets the observation period start.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.ObservationPeriodStart">
            <summary>
            Optional. Gets the observation period start.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.OverallRecommendationServiceLevelObjective">
            <summary>
            Optional. Gets or sets overallRecommendationServiceLevelObjective
            for service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.OverallRecommendationServiceLevelObjectiveId">
            <summary>
            Optional. Gets or sets overallRecommendationServiceLevelObjectiveId
            for service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.ServiceLevelObjectiveUsageMetrics">
            <summary>
            Optional. Gets or sets serviceLevelObjectiveUsageMetrics for the
            service tier advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.UsageBasedRecommendationServiceLevelObjective">
            <summary>
            Optional. Gets or sets
            usageBasedRecommendationServiceLevelObjective for service tier
            advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.UsageBasedRecommendationServiceLevelObjectiveId">
            <summary>
            Optional. Gets or sets
            usageBasedRecommendationServiceLevelObjectiveId for service tier
            advisor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.ServiceTierAdvisorProperties.#ctor">
            <summary>
            Initializes a new instance of the ServiceTierAdvisorProperties
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.SloUsageMetric">
            <summary>
            Represents a Slo Usage Metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.SloUsageMetric.InRangeTimeRatio">
            <summary>
            Optional. Gets or sets inRangeTimeRatio for SLO usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.SloUsageMetric.ServiceLevelObjective">
            <summary>
            Optional. Gets or sets serviceLevelObjective for SLO usage metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.SloUsageMetric.ServiceLevelObjectiveId">
            <summary>
            Optional. Gets or sets serviceLevelObjectiveId for SLO usage metric.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.SloUsageMetric.#ctor">
            <summary>
            Initializes a new instance of the SloUsageMetric class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.SloUsageMetric.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SloUsageMetric class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.Table">
            <summary>
            Represents an Azure SQL Database table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.Table.Properties">
            <summary>
            Optional. Gets or sets the properties representing the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Table.#ctor">
            <summary>
            Initializes a new instance of the Table class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.Table.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Table class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TableProperties">
            <summary>
            Represents the properties of an Azure SQL Database table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TableProperties.Columns">
            <summary>
            Optional. Gets the columns from this table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TableProperties.RecommendedIndexes">
            <summary>
            Optional. Gets the recommended indices for this table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TableProperties.TableType">
            <summary>
            Optional. Gets the type of Azure SQL Database table.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TableProperties.#ctor">
            <summary>
            Initializes a new instance of the TableProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TableType">
            <summary>
            Defines the valid table types of Azure SQL Database.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.TableType.BaseTable">
            <summary>
            Standard SQL table.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.TableType.View">
            <summary>
            SQL View
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption">
            <summary>
            Represents an Azure SQL Database Transparent Data Encryption .
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption.#ctor">
            <summary>
            Initializes a new instance of the TransparentDataEncryption class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryption.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TransparentDataEncryption class
            with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivity">
            <summary>
            Represents an Azure SQL Database Transparent Data Encryption Scan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivity.Properties">
            <summary>
            Optional. Represents the properties of the resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivity.#ctor">
            <summary>
            Initializes a new instance of the TransparentDataEncryptionActivity
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivity.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TransparentDataEncryptionActivity
            class with required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityListResponse">
            <summary>
            Represents the response to a List Azure Sql Database Transparent Data
            Encryption Activity request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityListResponse.TransparentDataEncryptionActivities">
            <summary>
            Optional. Gets or sets the list of Azure Sql Database Transparent
            Data Encryption Activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            TransparentDataEncryptionActivityListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityListResponse.GetEnumerator">
            <summary>
            Gets the sequence of TransparentDataEncryptionActivities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of TransparentDataEncryptionActivities.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityProperties">
            <summary>
            Represents the properties of an Azure SQL Database Transparent Data
            Encryption Scan.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityProperties.PercentComplete">
            <summary>
            Optional. Gets the percent complete of the transparent data
            encryption scan for a Azure SQL Database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityProperties.Status">
            <summary>
            Optional. Gets the status of the Azure SQL Database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityProperties.#ctor">
            <summary>
            Initializes a new instance of the
            TransparentDataEncryptionActivityProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityStates">
            <summary>
            Defines the valid Transparent Data Encryption states of Azure SQL
            Databases. See MSDN for more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityStates.Encrypting">
            <summary>
            This represent Transparent Data Encryption is encrypting the Azure
            SQL Database.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionActivityStates.Decrypting">
            <summary>
            This represent Transparent Data Encryption is decrypting the Azure
            SQL Database.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateParameters">
            <summary>
            Create or update Sql Azure Database Transparent Data Encryption
            parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateParameters.Properties">
            <summary>
            Required. Gets or sets the properties of the request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            TransparentDataEncryptionCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateProperties)">
            <summary>
            Initializes a new instance of the
            TransparentDataEncryptionCreateOrUpdateParameters class with
            required arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateProperties">
            <summary>
            Create or update Azure Sql Database Transparent Data Encryption
            parameters properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateProperties.State">
            <summary>
            Optional. Gets or sets the Azure Sql Database Transparent Data
            Encryption being updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateProperties.#ctor">
            <summary>
            Initializes a new instance of the
            TransparentDataEncryptionCreateOrUpdateProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionGetResponse">
            <summary>
            Represents the response to a Get for a Azure Sql Database Transparent
            Data Encryption request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionGetResponse.TransparentDataEncryption">
            <summary>
            Optional. Gets or sets the Azure Sql Database Transparent Data
            Encryption object that represents the Azure Sql Database
            Transparent Data Encryption.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionGetResponse.#ctor">
            <summary>
            Initializes a new instance of the
            TransparentDataEncryptionGetResponse class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionProperties">
            <summary>
            Represents the properties of an Azure SQL Database Transparent Data
            Encryption.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionProperties.State">
            <summary>
            Optional. Gets the status of the Azure SQL Database Transparent
            Data Encryption.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionProperties.#ctor">
            <summary>
            Initializes a new instance of the
            TransparentDataEncryptionProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionStates">
            <summary>
            Defines the valid Transparent Data Encryption states of Azure SQL
            Databases. See MSDN for more information.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionStates.Enabled">
            <summary>
            This enables Transparent Data Encryption for the Azure SQL Database.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionStates.Disabled">
            <summary>
            This disables Transparent Data Encryption for the Azure SQL
            Database.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.UpgradeHint">
            <summary>
            Represents a Upgrade Hint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeHint.TargetServiceLevelObjective">
            <summary>
            Optional. Gets or sets targetServiceLevelObjective for upgrade hint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeHint.TargetServiceLevelObjectiveId">
            <summary>
            Optional. Gets or sets targetServiceLevelObjectiveId for upgrade
            hint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.UpgradeHint.#ctor">
            <summary>
            Initializes a new instance of the UpgradeHint class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.UpgradeHint.#ctor(System.String)">
            <summary>
            Initializes a new instance of the UpgradeHint class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties">
            <summary>
            Represents the properties of a Azure SQL Recommended Elastic Pool being
            upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.DatabaseCollection">
            <summary>
            Optional. Gets or sets the list of database names to be put in the
            Azure SQL Recommended Elastic Pool being upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.DatabaseDtuMax">
            <summary>
            Optional. Gets or sets the DTU cap for database for the Azure SQL
            Recommended Elastic Pool being upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.DatabaseDtuMin">
            <summary>
            Optional. Gets or sets the DTU guarantee for database for the Azure
            SQL Recommended Elastic Pool being upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.Dtu">
            <summary>
            Optional. Gets or sets the DTU guarantee for the Azure SQL
            Recommended Elastic Pool being upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.Edition">
            <summary>
            Optional. Gets or sets the target edition for the Azure SQL
            Recommended Elastic Pool being upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.IncludeAllDatabases">
            <summary>
            Optional. Gets or sets whether all databases to be put in the Azure
            SQL Recommended Elastic Pool being upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.Name">
            <summary>
            Optional. Gets or sets the name of the Azure SQL Recommended
            Elastic Pool being upgraded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.StorageMb">
            <summary>
            Optional. Gets or sets the storage limit in MB for the Azure SQL
            Recommended Elastic Pool being upgraded.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Models.UpgradeRecommendedElasticPoolProperties.#ctor">
            <summary>
            Initializes a new instance of the
            UpgradeRecommendedElasticPoolProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Recommended
            Elastic Pools. Contains operations to: Retrieve.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the RecommendedElasticPoolOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Recommended Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server for which the
            Azure SQL Recommended Elastic Pool is.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Recommended Resource
            pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations.GetDatabasesAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Recommended Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Recommended Elastic Pools.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Recommended Elastic Pools are hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations.ListDatabasesAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Recommended Elastic Pool.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations.ListExpandedAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Recommended Elastic Pools.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Recommended Elastic Pools are hosted.
            </param>
            <param name='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperations.ListMetricsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an recommended elastic pool metrics.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool metrics request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Recommended Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server for which the
            Azure SQL Recommended Elastic Pool is.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Recommended Resource
            pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Recommended Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server for which the
            Azure SQL Recommended Elastic Pool is.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Recommended Resource
            pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.GetDatabases(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Recommended Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.GetDatabasesAsync(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Recommended Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Database Elastic Pool to be
            retrieved.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to be retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.List(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Recommended Elastic Pools.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Recommended Elastic Pools are hosted.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Recommended Elastic Pools.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Recommended Elastic Pools are hosted.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.ListDatabases(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Recommended Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.ListDatabasesAsync(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database inside of an Azure
            Sql Recommended Elastic Pool.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.ListExpanded(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Recommended Elastic Pools.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Recommended Elastic Pools are hosted.
            </param>
            <param name='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.ListExpandedAsync(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Recommended Elastic Pools.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Recommended Serve belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which Azure
            SQL Recommended Elastic Pools are hosted.
            </param>
            <param name='expand'>
            Required. The comma separated list of child objects that we want to
            expand on in response.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.ListMetrics(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an recommended elastic pool metrics.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool metrics request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedElasticPoolOperationsExtensions.ListMetricsAsync(Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an recommended elastic pool metrics.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedElasticPoolOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='recommendedElasticPoolName'>
            Required. The name of the Azure SQL Recommended Elastic Pool to be
            retrieved.
            </param>
            <returns>
            Represents the response to a List Azure Sql Recommended Elastic
            Pool metrics request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.RecommendedIndexOperations">
            <summary>
            Represents all the operations for managing recommended indexes on Azure
            SQL Databases. Contains operations to retrieve recommended index and
            update state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedIndexOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the RecommendedIndexOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.RecommendedIndexOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedIndexOperations.GetAsync(System.String,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details on recommended index.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='schemaName'>
            Required. The name of the Azure SQL database schema.
            </param>
            <param name='tableName'>
            Required. The name of the Azure SQL database table.
            </param>
            <param name='indexName'>
            Required. The name of the Azure SQL database recommended index.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended index request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedIndexOperations.UpdateAsync(System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            We execute or cancel index operations by updating index state.
            Allowed state transitions are :Active -> Pending
            - Start index creation processPending -> Active
            - Cancel index creationActive/Pending -> Ignored
            - Ignore index recommendation so it will no longer show
            in active recommendationsIgnored -> Active -
            Restore index recommendationSuccess -> Pending Revert -
            Revert index that has been createdPending Revert -> Revert
            Canceled - Cancel index revert operation
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </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.
            </param>
            <param name='schemaName'>
            Required. The name of the Azure SQL Database schema.
            </param>
            <param name='tableName'>
            Required. The name of the Azure SQL Database table.
            </param>
            <param name='indexName'>
            Required. The name of the Azure SQL Database recommended index.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating index state.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended index request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.RecommendedIndexOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedIndexOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IRecommendedIndexOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details on recommended index.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedIndexOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='schemaName'>
            Required. The name of the Azure SQL database schema.
            </param>
            <param name='tableName'>
            Required. The name of the Azure SQL database table.
            </param>
            <param name='indexName'>
            Required. The name of the Azure SQL database recommended index.
            </param>
            <returns>
            Represents the response to a get recommended index request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedIndexOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IRecommendedIndexOperations,System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details on recommended index.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedIndexOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL database.
            </param>
            <param name='schemaName'>
            Required. The name of the Azure SQL database schema.
            </param>
            <param name='tableName'>
            Required. The name of the Azure SQL database table.
            </param>
            <param name='indexName'>
            Required. The name of the Azure SQL database recommended index.
            </param>
            <returns>
            Represents the response to a get recommended index request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedIndexOperationsExtensions.Update(Microsoft.Azure.Management.Sql.IRecommendedIndexOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateParameters)">
            <summary>
            We execute or cancel index operations by updating index state.
            Allowed state transitions are :Active -> Pending
            - Start index creation processPending -> Active
            - Cancel index creationActive/Pending -> Ignored
            - Ignore index recommendation so it will no longer show
            in active recommendationsIgnored -> Active -
            Restore index recommendationSuccess -> Pending Revert -
            Revert index that has been createdPending Revert -> Revert
            Canceled - Cancel index revert operation
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedIndexOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </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.
            </param>
            <param name='schemaName'>
            Required. The name of the Azure SQL Database schema.
            </param>
            <param name='tableName'>
            Required. The name of the Azure SQL Database table.
            </param>
            <param name='indexName'>
            Required. The name of the Azure SQL Database recommended index.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating index state.
            </param>
            <returns>
            Represents the response to a get recommended index request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.RecommendedIndexOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Sql.IRecommendedIndexOperations,System.String,System.String,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedIndexUpdateParameters)">
            <summary>
            We execute or cancel index operations by updating index state.
            Allowed state transitions are :Active -> Pending
            - Start index creation processPending -> Active
            - Cancel index creationActive/Pending -> Ignored
            - Ignore index recommendation so it will no longer show
            in active recommendationsIgnored -> Active -
            Restore index recommendationSuccess -> Pending Revert -
            Revert index that has been createdPending Revert -> Revert
            Canceled - Cancel index revert operation
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IRecommendedIndexOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </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.
            </param>
            <param name='schemaName'>
            Required. The name of the Azure SQL Database schema.
            </param>
            <param name='tableName'>
            Required. The name of the Azure SQL Database table.
            </param>
            <param name='indexName'>
            Required. The name of the Azure SQL Database recommended index.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating index state.
            </param>
            <returns>
            Represents the response to a get recommended index request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ReplicationLinkOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Replication Links. Contains operations to: Delete and Retrieve
            replication links.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ReplicationLinkOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.BeginFailoverAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins failover of the Azure SQL Database Replication Link with the
            given id.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.BeginFailoverAllowDataLossAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins a forced failover of the Azure SQL Database Replication Link
            with the given id which may result in data loss.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.DeleteAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL Database Replication Link with the given id.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be dropped.
            </param>
            <param name='linkId'>
            Required. The id of the replication link 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.Azure.Management.Sql.ReplicationLinkOperations.FailoverAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Fails over the Azure SQL Database Replication Link with the given
            id.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.FailoverAllowDataLossAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Forces failover of the Azure SQL Database Replication Link with the
            given id which may result in data loss.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.GetAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Replication Link.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to get the link for.
            </param>
            <param name='linkId'>
            Required. The replication link id to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Replication
            Link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.GetReplicationLinkOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Database replication link failover
            operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Replication Links.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server in which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve links for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Replication
            Link request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.BeginFailover(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Begins failover of the Azure SQL Database Replication Link with the
            given id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.BeginFailoverAsync(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Begins failover of the Azure SQL Database Replication Link with the
            given id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.BeginFailoverAllowDataLoss(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Begins a forced failover of the Azure SQL Database Replication Link
            with the given id which may result in data loss.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.BeginFailoverAllowDataLossAsync(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Begins a forced failover of the Azure SQL Database Replication Link
            with the given id which may result in data loss.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL Database Replication Link with the given id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be dropped.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL Database Replication Link with the given id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be dropped.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.Failover(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Fails over the Azure SQL Database Replication Link with the given
            id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.FailoverAsync(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Fails over the Azure SQL Database Replication Link with the given
            id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.FailoverAllowDataLoss(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Forces failover of the Azure SQL Database Replication Link with the
            given id which may result in data loss.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.FailoverAllowDataLossAsync(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Forces failover of the Azure SQL Database Replication Link with the
            given id which may result in data loss.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database that has the
            replication link to be failed over.
            </param>
            <param name='linkId'>
            Required. The id of the replication link to be failed over.
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Replication Link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to get the link for.
            </param>
            <param name='linkId'>
            Required. The replication link id to be retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Replication
            Link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Replication Link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to get the link for.
            </param>
            <param name='linkId'>
            Required. The replication link id to be retrieved.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Replication
            Link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.GetReplicationLinkOperationStatus(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Database replication link failover
            operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.GetReplicationLinkOperationStatusAsync(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Database replication link failover
            operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql Database replication failover
            operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.List(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Replication Links.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server in which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve links for.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Replication
            Link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ReplicationLinkOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IReplicationLinkOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Replication Links.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IReplicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server in which the Azure SQL
            Database is hosted.
            </param>
            <param name='databaseName'>
            Required. The name of the Azure SQL Database to retrieve links for.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Replication
            Link request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.Responses.LocationCapabilitiesGetResponse">
            <summary>
            Represents the response to a Get Azure Sql capabilities request
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.Responses.LocationCapabilitiesGetResponse.Capabilities">
            <summary>
            Optional. Gets or sets the Azure Sql capabilities for a region.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.Responses.LocationCapabilitiesGetResponse.#ctor">
            <summary>
            Initializes a new instance of the LocationCapabilitiesGetResponse
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperations">
            <summary>
            Represents all the operations for managing Azure SQL Database secure
            connection. Contains operations to: Create, Retrieve and Update
            secure connection policy .
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the SecureConnectionPolicyOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperations.CreateOrUpdateDatabasePolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Connection policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the policy
            applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            secure connection policy.
            </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.Azure.Management.Sql.SecureConnectionPolicyOperations.GetDatabasePolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database secure connection policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the secure
            connection policy applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get database secure connection request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperationsExtensions.CreateOrUpdateDatabasePolicy(Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Connection policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the policy
            applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            secure connection policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperationsExtensions.CreateOrUpdateDatabasePolicyAsync(Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseSecureConnectionPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Connection policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the policy
            applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            secure connection policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperationsExtensions.GetDatabasePolicy(Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database secure connection policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the secure
            connection policy applies.
            </param>
            <returns>
            Represents the response to a Get database secure connection request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecureConnectionPolicyOperationsExtensions.GetDatabasePolicyAsync(Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database secure connection policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecureConnectionPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the secure
            connection policy applies.
            </param>
            <returns>
            Represents the response to a Get database secure connection request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperations">
            <summary>
            Represents all the operations to manage Azure SQL Database and Database
            Server Security Alert policy. Contains operations to: Create,
            Retrieve and Update policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the SecurityAlertPolicyOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperations.CreateOrUpdateDatabaseSecurityAlertPolicyAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database security alert policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the security
            alert policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Azure
            SQL Database security alert policy.
            </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.Azure.Management.Sql.SecurityAlertPolicyOperations.CreateOrUpdateServerSecurityAlertPolicyAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Server security alert policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Azure
            SQL Database security alert policy.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response to Azure Sql Server security alert policy create or update
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperations.GetDatabaseSecurityAlertPolicyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database security alert policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the security
            alert policy applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get database security alert policy
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperations.GetOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server security alert policy create
            or update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Server blob auditing status link returned by the
            CreateOrUpdate operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server threat detection create
            or update operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperations.GetServerSecurityAlertPolicyAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database security alert policy.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get server security alert policy
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.CreateOrUpdateDatabaseSecurityAlertPolicy(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database security alert policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the security
            alert policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Azure
            SQL Database security alert policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.CreateOrUpdateDatabaseSecurityAlertPolicyAsync(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.DatabaseSecurityAlertPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database security alert policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the security
            alert policy applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Azure
            SQL Database security alert policy.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.CreateOrUpdateServerSecurityAlertPolicy(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Server security alert policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Azure
            SQL Database security alert policy.
            </param>
            <returns>
            Response to Azure Sql Server security alert policy create or update
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.CreateOrUpdateServerSecurityAlertPolicyAsync(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerSecurityAlertPolicyCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Server security alert policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Azure
            SQL Database security alert policy.
            </param>
            <returns>
            Response to Azure Sql Server security alert policy create or update
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.GetDatabaseSecurityAlertPolicy(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database security alert policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the security
            alert policy applies.
            </param>
            <returns>
            Represents the response to a get database security alert policy
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.GetDatabaseSecurityAlertPolicyAsync(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database security alert policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the security
            alert policy applies.
            </param>
            <returns>
            Represents the response to a get database security alert policy
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.GetOperationStatus(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server security alert policy create
            or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Server blob auditing status link returned by the
            CreateOrUpdate operation
            </param>
            <returns>
            Response for long running Azure Sql server threat detection create
            or update operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.GetOperationStatusAsync(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server security alert policy create
            or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Server blob auditing status link returned by the
            CreateOrUpdate operation
            </param>
            <returns>
            Response for long running Azure Sql server threat detection create
            or update operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.GetServerSecurityAlertPolicy(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database security alert policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <returns>
            Represents the response to a get server security alert policy
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SecurityAlertPolicyOperationsExtensions.GetServerSecurityAlertPolicyAsync(Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database security alert policy.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ISecurityAlertPolicyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <returns>
            Represents the response to a get server security alert policy
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerAdministratorOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Server Active
            Directory Administrators. Contains operations to: Create, Retrieve,
            Update, and Delete Azure SQL Server Active Directory Administrators.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServerAdministratorOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Server Active Directory
            Administrator or updating an existing Azure SQL Server Active
            Directory Administrator. To determine the status of the operation
            call GetServerAdministratorOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Active Directory Administrator.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins deleting an existing Azure SQL Server Active Directory
            Administrator.To determine the status of the operation call
            GetServerAdministratorDeleteOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Server Active Directory Administrator or
            updates an existing Azure SQL Server Active Directory
            Administrator.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Server Active Directory Administrator is hosted.
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            Administrator.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing Azure SQL Server Active Directory Administrator.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator to be operated on (Updated or created).
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Server Administrator.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs.
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure SQL Server Active Directory
            Administrators request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.GetServerAdministratorDeleteOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Active Directory
            Administrator delete operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.GetServerAdministratorOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Active Directory
            Administrator create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns a list of Azure SQL Server Administrators.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrators belongs.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure SQL Active Directory
            Administrators request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Server Active Directory
            Administrator or updating an existing Azure SQL Server Active
            Directory Administrator. To determine the status of the operation
            call GetServerAdministratorOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Active Directory Administrator.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Server Active Directory
            Administrator or updating an existing Azure SQL Server Active
            Directory Administrator. To determine the status of the operation
            call GetServerAdministratorOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating an
            Active Directory Administrator.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.BeginDelete(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String)">
            <summary>
            Begins deleting an existing Azure SQL Server Active Directory
            Administrator.To determine the status of the operation call
            GetServerAdministratorDeleteOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String)">
            <summary>
            Begins deleting an existing Azure SQL Server Active Directory
            Administrator.To determine the status of the operation call
            GetServerAdministratorDeleteOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Server Active Directory Administrator or
            updates an existing Azure SQL Server Active Directory
            Administrator.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Server Active Directory Administrator is hosted.
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            Administrator.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerAdministratorCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Server Active Directory Administrator or
            updates an existing Azure SQL Server Active Directory
            Administrator.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the Azure SQL
            Server Active Directory Administrator is hosted.
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            Administrator.
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an existing Azure SQL Server Active Directory Administrator.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator to be operated on (Updated or created).
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an existing Azure SQL Server Active Directory Administrator.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator to be operated on (Updated or created).
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Server Administrator.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs.
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <returns>
            Represents the response to a Get Azure SQL Server Active Directory
            Administrators request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Server Administrator.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrator belongs.
            </param>
            <param name='administratorName'>
            Required. The name of the Azure SQL Server Active Directory
            Administrator.
            </param>
            <returns>
            Represents the response to a Get Azure SQL Server Active Directory
            Administrators request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.GetServerAdministratorDeleteOperationStatus(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Active Directory
            Administrator delete operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.GetServerAdministratorDeleteOperationStatusAsync(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Active Directory
            Administrator delete operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            administrator delete operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.GetServerAdministratorOperationStatus(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Active Directory
            Administrator create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.GetServerAdministratorOperationStatusAsync(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Active Directory
            Administrator create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure SQL Server Active Directory
            Administrator operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Server Administrators.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrators belongs.
            </param>
            <returns>
            Represents the response to a List Azure SQL Active Directory
            Administrators request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdministratorOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServerAdministratorOperations,System.String,System.String)">
            <summary>
            Returns a list of Azure SQL Server Administrators.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Active Directory administrators belongs.
            </param>
            <returns>
            Represents the response to a List Azure SQL Active Directory
            Administrators request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerAdvisorOperations">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Server. Contains operations to retrieve Advisors and update auto
            execute status of an Advisor.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServerAdvisorOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ServerAdvisorOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperations.GetAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a Server Advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL server advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of Advisors for the Azure SQL Server.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperations.UpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerAdvisorOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServerAdvisorOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a Server Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL server advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServerAdvisorOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a Server Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL server advisor.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a get advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServerAdvisorOperations,System.String,System.String,System.String)">
            <summary>
            Returns list of Advisors for the Azure SQL Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServerAdvisorOperations,System.String,System.String,System.String)">
            <summary>
            Returns list of Advisors for the Azure SQL Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='expand'>
            Optional. The comma separated list of child objects that we want to
            expand on in response. NULL if expand is not required.
            </param>
            <returns>
            Represents the response to a list sql azure database advisors
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperationsExtensions.Update(Microsoft.Azure.Management.Sql.IServerAdvisorOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerAdvisorOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Sql.IServerAdvisorOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.AdvisorUpdateParameters)">
            <summary>
            Updates the auto-execute status for this Advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server on which the database is
            hosted.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating auto-execute status
            of an Advisor
            </param>
            <returns>
            Represents the response to a update advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            communication links. Contains operations to: Create, Retrieve,
            Update, and Delete.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServerCommunicationLinkOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            communication. To determine the status of the operation call
            GetServerCommunicationLinkOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL Server communication link to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            communication link.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new or updates an existing Azure SQL Server communication
            link.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL Server communication link to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            communication link.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL server communication link with the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL server communication link to be
            retrieved.
            </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.Azure.Management.Sql.ServerCommunicationLinkOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Server communication links.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL server communication link to be
            retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get server communication link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperations.GetServerCommunicationLinkOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server communication link create or
            update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Server communication links.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server communication
            link request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            communication. To determine the status of the operation call
            GetServerCommunicationLinkOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL Server communication link to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            communication link.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            communication. To determine the status of the operation call
            GetServerCommunicationLinkOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL Server communication link to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            communication link.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters)">
            <summary>
            Creates a new or updates an existing Azure SQL Server communication
            link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL Server communication link to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            communication link.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCommunicationLinkCreateOrUpdateParameters)">
            <summary>
            Creates a new or updates an existing Azure SQL Server communication
            link.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL Server communication link to be
            operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            communication link.
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL server communication link with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL server communication link to be
            retrieved.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL server communication link with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL server communication link to be
            retrieved.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Server communication links.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL server communication link to be
            retrieved.
            </param>
            <returns>
            Represents the response to a get server communication link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Server communication links.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='communicationLinkName'>
            Required. The name of the Azure SQL server communication link to be
            retrieved.
            </param>
            <returns>
            Represents the response to a get server communication link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.GetServerCommunicationLinkOperationStatus(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server communication link create or
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.GetServerCommunicationLinkOperationStatusAsync(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server communication link create or
            update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql server communication link
            operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Server communication links.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server communication
            link request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerCommunicationLinkOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Server communication links.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerCommunicationLinkOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server communication
            link request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            disaster recovery configurations. Contains operations to: Create,
            Retrieve, Update, Failover, and Delete.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the
            ServerDisasterRecoveryConfigurationOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            disaster recovery configuration. To determine the status of the
            operation call
            GetServerDisasterRecoveryConfigurationOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL Server disaster recovery
            configuration to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            disaster recovery configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new or updates an existing Azure SQL Server disaster
            recovery configuration.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL Server disaster recovery
            configuration to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            disaster recovery configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the Azure SQL server disaster recovery configuration with
            the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration 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.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.FailoverAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins failover for the Azure SQL server disaster recovery
            configuration with the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to start failover.
            </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.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.FailoverAllowDataLossAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins failover for the Azure SQL server disaster recovery
            configuration with the given name.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to start failover.
            </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.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Server disaster recovery
            configurations.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to be retrieved.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get server disaster recovery
            configuration request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.GetServerDisasterRecoveryConfigurationOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure Sql Server disaster recovery
            configuration create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Server disaster recovery
            configurations.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server disaster
            recovery configuration request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            disaster recovery configuration. To determine the status of the
            operation call
            GetServerDisasterRecoveryConfigurationOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL Server disaster recovery
            configuration to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            disaster recovery configuration.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            disaster recovery configuration. To determine the status of the
            operation call
            GetServerDisasterRecoveryConfigurationOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL Server disaster recovery
            configuration to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            disaster recovery configuration.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)">
            <summary>
            Creates a new or updates an existing Azure SQL Server disaster
            recovery configuration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL Server disaster recovery
            configuration to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            disaster recovery configuration.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerDisasterRecoveryConfigurationCreateOrUpdateParameters)">
            <summary>
            Creates a new or updates an existing Azure SQL Server disaster
            recovery configuration.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Database Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL Server disaster recovery
            configuration to be operated on (Updated or created).
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating a Server
            disaster recovery configuration.
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL server disaster recovery configuration with
            the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Deletes the Azure SQL server disaster recovery configuration with
            the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to be deleted.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.Failover(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Begins failover for the Azure SQL server disaster recovery
            configuration with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to start failover.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.FailoverAsync(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Begins failover for the Azure SQL server disaster recovery
            configuration with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to start failover.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.FailoverAllowDataLoss(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Begins failover for the Azure SQL server disaster recovery
            configuration with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to start failover.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.FailoverAllowDataLossAsync(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Begins failover for the Azure SQL server disaster recovery
            configuration with the given name.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to start failover.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Server disaster recovery
            configurations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to be retrieved.
            </param>
            <returns>
            Represents the response to a get server disaster recovery
            configuration request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Server disaster recovery
            configurations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <param name='serverDisasterRecoveryConfigurationName'>
            Required. The name of the Azure SQL server disaster recovery
            configuration to be retrieved.
            </param>
            <returns>
            Represents the response to a get server disaster recovery
            configuration request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.GetServerDisasterRecoveryConfigurationOperationStatus(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server disaster recovery
            configuration create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.GetServerDisasterRecoveryConfigurationOperationStatusAsync(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String)">
            <summary>
            Gets the status of an Azure Sql Server disaster recovery
            configuration create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Response for long running Azure Sql server disaster recovery
            configuration operation.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Server disaster recovery
            configurations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server disaster
            recovery configuration request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerDisasterRecoveryConfigurationOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Server disaster recovery
            configurations.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerDisasterRecoveryConfigurationOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the Azure SQL
            Server belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server disaster
            recovery configuration request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerKeyOperations">
            <summary>
            Represents all the operations of Azure SQL Database that interact with
            Azure Key Vault Server Keys. Contains operations to: Add, Delete, and
            Retrieve Server Ke.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServerKeyOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ServerKeyOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.BeginCreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new Azure SQL Server Key or updating an existing
            Azure SQL Server Key. To determine the status of the operation
            call GetCreateOrUpdateOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which to add the
            Server Key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            Server Key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins deleting an existing Azure SQL Server Key.To determine the
            status of the operation call GetDeleteOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Key belongs
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Server Key or updates an existing Azure SQL
            Server Key.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which to add the
            Server Key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            Server Key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an existing Azure SQL Server Key.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Key belongs
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key to be deleted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an Azure Sql Server Key.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that has the
            key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure Key Vault Key to be retrieved from
            the Azure SQL Database Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server Key request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.GetCreateOrUpdateOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Key create or update
            operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.GetDeleteOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Key delete operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all Azure SQL Database Server Keys for a server.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server Key request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Server Key or updating an existing
            Azure SQL Server Key. To determine the status of the operation
            call GetCreateOrUpdateOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which to add the
            Server Key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            Server Key.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters)">
            <summary>
            Begins creating a new Azure SQL Server Key or updating an existing
            Azure SQL Server Key. To determine the status of the operation
            call GetCreateOrUpdateOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which to add the
            Server Key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            Server Key.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.BeginDelete(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String)">
            <summary>
            Begins deleting an existing Azure SQL Server Key.To determine the
            status of the operation call GetDeleteOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Key belongs
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String)">
            <summary>
            Begins deleting an existing Azure SQL Server Key.To determine the
            status of the operation call GetDeleteOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Key belongs
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Server Key or updates an existing Azure SQL
            Server Key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which to add the
            Server Key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            Server Key.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerKeyCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Server Key or updates an existing Azure SQL
            Server Key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which to add the
            Server Key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            Server Key.
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an existing Azure SQL Server Key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Key belongs
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key to be deleted.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an existing Azure SQL Server Key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server to which the Azure SQL
            Server Key belongs
            </param>
            <param name='keyName'>
            Required. The name of the Azure SQL Server Key to be deleted.
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String)">
            <summary>
            Gets an Azure Sql Server Key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that has the
            key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure Key Vault Key to be retrieved from
            the Azure SQL Database Server.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server Key request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String,System.String)">
            <summary>
            Gets an Azure Sql Server Key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server that has the
            key.
            </param>
            <param name='keyName'>
            Required. The name of the Azure Key Vault Key to be retrieved from
            the Azure SQL Database Server.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server Key request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.GetCreateOrUpdateOperationStatus(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Key create or update
            operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.GetCreateOrUpdateOperationStatusAsync(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Key create or update
            operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Represents the response to a Azure Sql Server Key operation request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.GetDeleteOperationStatus(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Key delete operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.GetDeleteOperationStatusAsync(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Key delete operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Represents the response to an Azure Sql Server Key Delete request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String)">
            <summary>
            Gets all Azure SQL Database Server Keys for a server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server Key request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerKeyOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServerKeyOperations,System.String,System.String)">
            <summary>
            Gets all Azure SQL Database Server Keys for a server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerKeyOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <returns>
            Represents the response to a List Azure Sql Server Key request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Servers. Contains operations to: Create, Retrieve, Update, and Delete
            servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Sql.ServerOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new Azure SQL Database server.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the server 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.Azure.Management.Sql.ServerOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the server to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperations.ListUsagesAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Azure SQL Database Server usage.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Server metrics
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.IServerOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Database server.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            database.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.IServerOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerCreateOrUpdateParameters)">
            <summary>
            Creates a new Azure SQL Database server.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server on which the
            database is hosted.
            </param>
            <param name='parameters'>
            Required. The required parameters for createing or updating a
            database.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.Delete(Microsoft.Azure.Management.Sql.IServerOperations,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the server to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.Sql.IServerOperations,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the server to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServerOperations,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the server to retrieve.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServerOperations,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the server to retrieve.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServerOperations,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServerOperations,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Server request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.ListUsages(Microsoft.Azure.Management.Sql.IServerOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Server usage.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Server metrics
            request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerOperationsExtensions.ListUsagesAsync(Microsoft.Azure.Management.Sql.IServerOperations,System.String,System.String)">
            <summary>
            Returns information about Azure SQL Database Server usage.
            </summary>
            <param name='operations'>
            Reference to the Microsoft.Azure.Management.Sql.IServerOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server in which the
            Azure SQL Databases are hosted.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Server metrics
            request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperations">
            <summary>
            Represents all the operations for managing recommended actions on Azure
            SQL Server. Contains operations to retrieve recommended action and
            update its state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServerRecommendedActionOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperations.GetAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL Server recommended action.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperations.UpdateAsync(System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL Server recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL Server recommended action.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns details of a recommended action.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL Server recommended action.
            </param>
            <returns>
            Represents the response to a get recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations,System.String,System.String,System.String)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations,System.String,System.String,System.String)">
            <summary>
            Returns list of recommended actions for this advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <returns>
            Represents the response to a list recommended actions request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperationsExtensions.Update(Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL Server recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerRecommendedActionOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations,System.String,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.RecommendedActionUpdateParameters)">
            <summary>
            Updates recommended action state.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerRecommendedActionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL server.
            </param>
            <param name='advisorName'>
            Required. The name of the Azure SQL Server advisor.
            </param>
            <param name='recommendedActionName'>
            Required. The name of the Azure SQL Server recommended action.
            </param>
            <param name='parameters'>
            Required. The required parameters for updating recommended action
            state.
            </param>
            <returns>
            Represents the response to an update recommended action request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerUpgradeOperations">
            <summary>
            Represents all the operations for Azure SQL Database Server Upgrade
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServerUpgradeOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ServerUpgradeOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperations.CancelAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Cancel a pending upgrade for the Azure SQL Database server.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to cancel
            upgrade.
            </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.Azure.Management.Sql.ServerUpgradeOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about Upgrade status of an Azure SQL Database
            Server.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to upgrade.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get request for Upgrade status of an
            Azure SQL Database Server.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperations.StartAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters,System.Threading.CancellationToken)">
            <summary>
            Start an Azure SQL Database Server Upgrade.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to upgrade.
            </param>
            <param name='parameters'>
            Required. The required parameters for the Azure SQL Database Server
            Upgrade.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServerUpgradeOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperationsExtensions.Cancel(Microsoft.Azure.Management.Sql.IServerUpgradeOperations,System.String,System.String)">
            <summary>
            Cancel a pending upgrade for the Azure SQL Database server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerUpgradeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to cancel
            upgrade.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperationsExtensions.CancelAsync(Microsoft.Azure.Management.Sql.IServerUpgradeOperations,System.String,System.String)">
            <summary>
            Cancel a pending upgrade for the Azure SQL Database server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerUpgradeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to cancel
            upgrade.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServerUpgradeOperations,System.String,System.String)">
            <summary>
            Returns information about Upgrade status of an Azure SQL Database
            Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerUpgradeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to upgrade.
            </param>
            <returns>
            Represents the response to a Get request for Upgrade status of an
            Azure SQL Database Server.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServerUpgradeOperations,System.String,System.String)">
            <summary>
            Returns information about Upgrade status of an Azure SQL Database
            Server.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerUpgradeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to upgrade.
            </param>
            <returns>
            Represents the response to a Get request for Upgrade status of an
            Azure SQL Database Server.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperationsExtensions.Start(Microsoft.Azure.Management.Sql.IServerUpgradeOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters)">
            <summary>
            Start an Azure SQL Database Server Upgrade.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerUpgradeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to upgrade.
            </param>
            <param name='parameters'>
            Required. The required parameters for the Azure SQL Database Server
            Upgrade.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServerUpgradeOperationsExtensions.StartAsync(Microsoft.Azure.Management.Sql.IServerUpgradeOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.ServerUpgradeStartParameters)">
            <summary>
            Start an Azure SQL Database Server Upgrade.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServerUpgradeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server to upgrade.
            </param>
            <param name='parameters'>
            Required. The required parameters for the Azure SQL Database Server
            Upgrade.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServiceObjectiveOperations">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Service Objectives. Contains operations to: Retrieve service
            objectives.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceObjectiveOperations.#ctor(Microsoft.Azure.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="P:Microsoft.Azure.Management.Sql.ServiceObjectiveOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceObjectiveOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server Service
            Objectives.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Server.
            </param>
            <param name='serviceObjectiveName'>
            Required. The name of the service objective to retrieve.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Service
            Objective request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceObjectiveOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about an Azure SQL Database Server Service
            Objectives.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Service
            Objectives request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServiceObjectiveOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceObjectiveOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServiceObjectiveOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server Service
            Objectives.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServiceObjectiveOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Server.
            </param>
            <param name='serviceObjectiveName'>
            Required. The name of the service objective to retrieve.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Service
            Objective request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceObjectiveOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServiceObjectiveOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server Service
            Objectives.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServiceObjectiveOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Server.
            </param>
            <param name='serviceObjectiveName'>
            Required. The name of the service objective to retrieve.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Service
            Objective request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceObjectiveOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServiceObjectiveOperations,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server Service
            Objectives.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServiceObjectiveOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Server.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Service
            Objectives request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceObjectiveOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServiceObjectiveOperations,System.String,System.String)">
            <summary>
            Returns information about an Azure SQL Database Server Service
            Objectives.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServiceObjectiveOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Server.
            </param>
            <returns>
            Represents the response to a Get Azure Sql Database Service
            Objectives request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperations">
            <summary>
            Represents all the operations for operating on service tier advisors.
            Contains operations to: Retrieve.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the ServiceTierAdvisorOperations
            class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperations.GetAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about a service tier advisor.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of server.
            </param>
            <param name='databaseName'>
            Required. The name of database.
            </param>
            <param name='serviceTierAdvisorName'>
            Required. The name of service tier advisor.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a get service tier advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperations.ListAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns information about service tier advisors for specified
            database.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of server.
            </param>
            <param name='databaseName'>
            Required. The name of database.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a list service tier advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperationsExtensions.Get(Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about a service tier advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of server.
            </param>
            <param name='databaseName'>
            Required. The name of database.
            </param>
            <param name='serviceTierAdvisorName'>
            Required. The name of service tier advisor.
            </param>
            <returns>
            Represents the response to a get service tier advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Returns information about a service tier advisor.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of server.
            </param>
            <param name='databaseName'>
            Required. The name of database.
            </param>
            <param name='serviceTierAdvisorName'>
            Required. The name of service tier advisor.
            </param>
            <returns>
            Represents the response to a get service tier advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperationsExtensions.List(Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about service tier advisors for specified
            database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of server.
            </param>
            <param name='databaseName'>
            Required. The name of database.
            </param>
            <returns>
            Represents the response to a list service tier advisor request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.ServiceTierAdvisorOperationsExtensions.ListAsync(Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations,System.String,System.String,System.String)">
            <summary>
            Returns information about service tier advisors for specified
            database.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.IServiceTierAdvisorOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group.
            </param>
            <param name='serverName'>
            Required. The name of server.
            </param>
            <param name='databaseName'>
            Required. The name of database.
            </param>
            <returns>
            Represents the response to a list service tier advisor request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.SqlManagementClient">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Sql.SqlManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.AuditingPolicy">
            <summary>
            Represents all the operations to manage Azure SQL Database and
            Database Server Audit policy. Contains operations to: Create,
            Retrieve and Update audit policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.BlobAuditing">
            <summary>
            Represents all the operations to manage Azure SQL Database and
            Server blob auditing. Contains operations to: Create, Retrieve and
            Update blob auditing settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.Capabilities">
            <summary>
            Represents all the operations for determining the set of
            capabilites available in a specified region.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.DatabaseActivation">
            <summary>
            Represents all the operations for operating pertaining to
            activation on Azure SQL Data Warehouse databases. Contains
            operations to: Pause and Resume databases
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.DatabaseAdvisors">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Databases. Contains operations to retrieve Advisors and update
            auto execute status of an Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.DatabaseBackup">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            database backups.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.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.Azure.Management.Sql.SqlManagementClient.DatabaseRecommendedActions">
            <summary>
            Represents all the operations for managing recommended actions on
            Azure SQL Databases. Contains operations to retrieve recommended
            action and update its state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.DataMasking">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            data masking. Contains operations to: Create, Retrieve, Update,
            and Delete data masking rules, as well as Create, Retreive and
            Update data masking policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ElasticPoolAdvisors">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Elastic Database Pool. Contains operations to retrieve Advisors
            and update auto execute status of an Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ElasticPools">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Elastic Pools. Contains operations to: Create, Retrieve, Update,
            and Delete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ElasticPoolRecommendedActions">
            <summary>
            Represents all the operations for managing recommended actions on
            Azure SQL Elastic Database Pools. Contains operations to retrieve
            recommended action and update its state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.FailoverGroups">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Failover Group. Contains operations to: Create, Retrieve, Update,
            and Delete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.FirewallRules">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Server Firewall Rules. Contains operations to: Create, Retrieve,
            Update, and Delete firewall rules.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ImportExport">
            <summary>
            Represents all the operations for import/export on Azure SQL
            Databases. Contains operations to: Import, Export, Get
            Import/Export status for a database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.JobAccounts">
            <summary>
            Represents all the operations for operating on Azure SQL Job
            Accounts. Contains operations to: Create, Retrieve, Update, and
            Delete Job Accounts
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.RecommendedElasticPools">
            <summary>
            Represents all the operations for operating on Azure SQL
            Recommended Elastic Pools. Contains operations to: Retrieve.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.RecommendedIndexes">
            <summary>
            Represents all the operations for managing recommended indexes on
            Azure SQL Databases. Contains operations to retrieve recommended
            index and update state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.DatabaseReplicationLinks">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Replication Links. Contains operations to: Delete and Retrieve
            replication links.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.SecureConnection">
            <summary>
            Represents all the operations for managing Azure SQL Database
            secure connection. Contains operations to: Create, Retrieve and
            Update secure connection policy .
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.SecurityAlertPolicy">
            <summary>
            Represents all the operations to manage Azure SQL Database and
            Database Server Security Alert policy. Contains operations to:
            Create, Retrieve and Update policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ServerAdministrators">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            Active Directory Administrators. Contains operations to: Create,
            Retrieve, Update, and Delete Azure SQL Server Active Directory
            Administrators.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ServerAdvisors">
            <summary>
            Represents all the operations for managing Advisors for Azure SQL
            Server. Contains operations to retrieve Advisors and update auto
            execute status of an Advisor.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.CommunicationLinks">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            communication links. Contains operations to: Create, Retrieve,
            Update, and Delete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ServerDisasterRecoveryConfigurations">
            <summary>
            Represents all the operations for operating on Azure SQL Server
            disaster recovery configurations. Contains operations to: Create,
            Retrieve, Update, Failover, and Delete.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ServerKey">
            <summary>
            Represents all the operations of Azure SQL Database that interact
            with Azure Key Vault Server Keys. Contains operations to: Add,
            Delete, and Retrieve Server Ke.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.Servers">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Servers. Contains operations to: Create, Retrieve, Update, and
            Delete servers.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ServerRecommendedActions">
            <summary>
            Represents all the operations for managing recommended actions on
            Azure SQL Server. Contains operations to retrieve recommended
            action and update its state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ServerUpgrades">
            <summary>
            Represents all the operations for Azure SQL Database Server Upgrade
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ServiceObjectives">
            <summary>
            Represents all the operations for operating on Azure SQL Database
            Service Objectives. Contains operations to: Retrieve service
            objectives.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.ServiceTierAdvisors">
            <summary>
            Represents all the operations for operating on service tier
            advisors. Contains operations to: Retrieve.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.SqlManagementClient.TransparentDataEncryption">
            <summary>
            Represents all the operations of Azure SQL Database Transparent
            Data Encryption. Contains operations to: Retrieve, and Update
            Transparent Data Encryption.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SqlManagementClient.#ctor">
            <summary>
            Initializes a new instance of the SqlManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SqlManagementClient.#ctor(Microsoft.Azure.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'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.SqlManagementClient.#ctor(Microsoft.Azure.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.Azure.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.Azure.Management.Sql.SqlManagementClient.#ctor(Microsoft.Azure.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'>
            Optional. 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.Azure.Management.Sql.SqlManagementClient.#ctor(Microsoft.Azure.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.Azure.Management.Sql.SqlManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.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="T:Microsoft.Azure.Management.Sql.SqlManagementClientExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations">
            <summary>
            Represents all the operations of Azure SQL Database Transparent Data
            Encryption. Contains operations to: Retrieve, and Update Transparent
            Data Encryption.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.#ctor(Microsoft.Azure.Management.Sql.SqlManagementClient)">
            <summary>
            Initializes a new instance of the
            TransparentDataEncryptionOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.Sql.SqlManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.BeginCreateOrUpdateEncryptionProtectorAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            Transparent Data Encryption Protector.To determine the status of
            the operation call GetCreateOrUpdateOperationStatus.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server which will be updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Encryption Protector.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.CreateOrUpdateAsync(System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an Azure SQL Database Transparent Data
            Encryption Operation.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which setting the
            Transparent Data Encryption applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating
            transparent data encryption.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.CreateOrUpdateEncryptionProtectorAsync(System.String,System.String,Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new or updates an existing Azure SQL Server Transparent
            Data Encryption Protector.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server which will be updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Encryption Protector.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Response.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the
            Transparent Data Encryption applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.GetCreateOrUpdateEncryptionProtectorOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of an Azure SQL Server Transparent Data Encryption
            Protector create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.GetEncryptionProtectorAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Protector
            Response.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption EncryptionProtector request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.ListActivityAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Activity
            Response.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the
            Transparent Data Encryption applies.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Transparent
            Data Encryption Activity request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperations.ListEncryptionProtectorsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption
            Encryption Protector List Response.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            Represents the response to an Azure Sql Database Transparent Data
            Encryption Encryption Protector List request.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions">
            <summary>
            The Windows Azure SQL Database management API provides a RESTful set of
            web services that interact with Windows Azure SQL Database services to
            manage your databases. The API enables users to create, retrieve,
            update, and delete databases and servers.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.BeginCreateOrUpdateEncryptionProtector(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            Transparent Data Encryption Protector.To determine the status of
            the operation call GetCreateOrUpdateOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server which will be updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Encryption Protector.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.BeginCreateOrUpdateEncryptionProtectorAsync(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters)">
            <summary>
            Begins creating a new or updating an existing Azure SQL Server
            Transparent Data Encryption Protector.To determine the status of
            the operation call GetCreateOrUpdateOperationStatus.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server which will be updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Encryption Protector.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Transparent Data
            Encryption Operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which setting the
            Transparent Data Encryption applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating
            transparent data encryption.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionCreateOrUpdateParameters)">
            <summary>
            Creates or updates an Azure SQL Database Transparent Data
            Encryption Operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which setting the
            Transparent Data Encryption applies.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating
            transparent data encryption.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.CreateOrUpdateEncryptionProtector(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters)">
            <summary>
            Creates a new or updates an existing Azure SQL Server Transparent
            Data Encryption Protector.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server which will be updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Encryption Protector.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.CreateOrUpdateEncryptionProtectorAsync(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,Microsoft.Azure.Management.Sql.Models.EncryptionProtectorCreateOrUpdateParameters)">
            <summary>
            Creates a new or updates an existing Azure SQL Server Transparent
            Data Encryption Protector.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Server which will be updated.
            </param>
            <param name='parameters'>
            Required. The required parameters for creating or updating an
            Encryption Protector.
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.Get(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Response.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the
            Transparent Data Encryption applies.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.GetAsync(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Response.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the
            Transparent Data Encryption applies.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.GetCreateOrUpdateEncryptionProtectorOperationStatus(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Transparent Data Encryption
            Protector create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.GetCreateOrUpdateEncryptionProtectorOperationStatusAsync(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String)">
            <summary>
            Gets the status of an Azure SQL Server Transparent Data Encryption
            Protector create or update operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation
            </param>
            <returns>
            Represents the response to a Azure Sql Database Transparent Data
            Encryption Protector create or update request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.GetEncryptionProtector(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Protector
            Response.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption EncryptionProtector request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.GetEncryptionProtectorAsync(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Protector
            Response.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <returns>
            Represents the response to a Get for a Azure Sql Database
            Transparent Data Encryption EncryptionProtector request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.ListActivity(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Activity
            Response.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the
            Transparent Data Encryption applies.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Transparent
            Data Encryption Activity request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.ListActivityAsync(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption Activity
            Response.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </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 for which the
            Transparent Data Encryption applies.
            </param>
            <returns>
            Represents the response to a List Azure Sql Database Transparent
            Data Encryption Activity request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.ListEncryptionProtectors(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption
            Encryption Protector List Response.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <returns>
            Represents the response to an Azure Sql Database Transparent Data
            Encryption Encryption Protector List request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.Sql.TransparentDataEncryptionOperationsExtensions.ListEncryptionProtectorsAsync(Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations,System.String,System.String)">
            <summary>
            Returns an Azure SQL Database Transparent Data Encryption
            Encryption Protector List Response.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.Sql.ITransparentDataEncryptionOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the Resource Group to which the server
            belongs.
            </param>
            <param name='serverName'>
            Required. The name of the Azure SQL Database Server.
            </param>
            <returns>
            Represents the response to an Azure Sql Database Transparent Data
            Encryption Encryption Protector List request.
            </returns>
        </member>
    </members>
</doc>