AzureSqlFailoverGroupCommunicator.ListDatabasesOnServer 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.
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