DatabaseOperationsExtensions.GetExpanded Method

Definition

Returns information about an Azure SQL Database.

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

Parameters

operations
IDatabaseOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

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.

expand
String

Required. The comma separated list of child objects that we want to expand on in response.

Returns

Represents the response to a Get Azure Sql Database request.

Applies to