AzureSqlFailoverGroupCommunicator.ListDatabasesOnServer Method

Definition

Lists Azure Sql Databases on the Server

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

Parameters

resourceGroupName
String
serverName
String

Returns

Applies to