Share via


DatabaseOperationsExtensions.ListExpandedAsync Method

Definition

Returns information about Azure SQL Databases.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseListResponse> ListExpandedAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseOperations operations, string resourceGroupName, string serverName, string expand);
static member ListExpandedAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseListResponse>
<Extension()>
Public Function ListExpandedAsync (operations As IDatabaseOperations, resourceGroupName As String, serverName As String, expand As String) As Task(Of DatabaseListResponse)

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 in which the Azure SQL Databases are hosted.

expand
String

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

Returns

Represents the response to a List Azure Sql Database request.

Applies to