Поделиться через


AzureSqlDatabaseCommunicator.ListExpanded(String, String) Method

Definition

Lists Azure Sql Databases expanded with additional details.

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.Database> ListExpanded (string resourceGroupName, string serverName);
member this.ListExpanded : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.LegacySdk.Models.Database>
Public Function ListExpanded (resourceGroupName As String, serverName As String) As IList(Of Database)

Parameters

resourceGroupName
String
serverName
String

Returns

Applies to