DatabaseOperationsExtensions.ListExpandedAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.