DatabaseOperationsExtensions.Get(IDatabaseOperations, String, String) Method

Definition

Returns information about an Azure SQL Database.

public static Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetResponse Get (this Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations operations, string serverName, string databaseName);
static member Get : Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations * string * string -> Microsoft.WindowsAzure.Management.Sql.Models.DatabaseGetResponse
<Extension()>
Public Function Get (operations As IDatabaseOperations, serverName As String, databaseName As String) As DatabaseGetResponse

Parameters

operations
IDatabaseOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.

serverName
String

Required. The name of the Azure SQL Database Server on which the database is hosted.

databaseName
String

Required. The name of the Azure SQL Database to be retrieved.

Returns

Contains the response to a Get Database request.

Applies to