Share via


AzureSqlFailoverGroupCommunicator.List(String, String) Method

Definition

Lists Azure Sql Database Failover Groups

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

Parameters

resourceGroupName
String
serverName
String

Returns

Applies to