AzureSqlManagedDatabaseCommunicator.List(String, String) Method

Definition

Lists Azure Sql Managed Databases

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

Parameters

resourceGroupName
String
managedInstanceName
String

Returns

Applies to