Compartilhar via


AzureSqlRecoverableManagedDatabaseCommunicator.List(String, String) Method

Definition

Lists Azure Sql Managed Databases geo-backups

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

Parameters

resourceGroupName
String
managedInstanceName
String

Returns

Applies to