@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Azure SQL Database
@base https://management.azure.com
@version 2014-04-01
@auth OAuth2
@endpoints 3
@toc subscriptions(3)

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption
@desc Gets a list of a database's transparent data encryption configurations. There is only ever one element, named 'current', so GetTransparentDataEncryptionConfiguration should be used instead.
@required {serverName: any # The name of the server., databaseName: any # The name of the database for which the transparent data encryption applies.}
@returns(200) OK

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/extensions/{extensionName}
@desc Gets a database extension. This API is deprecated and should not be used.
@required {serverName: any # The name of the server., databaseName: any # The name of the database to import into, extensionName: any # The name of the extension to get}
@returns(200) OK

@endpoint GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/extensions
@desc Gets database extensions. This API is deprecated and should not be used.
@required {serverName: any # The name of the server., databaseName: any # The name of the database to import into}
@returns(200) OK

@end
