Share via


InstanceFailoverGroupsOperationsExtensions.ListByLocation Method

Definition

Lists the failover groups in a location.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.InstanceFailoverGroup> ListByLocation (this Microsoft.Azure.Management.Sql.IInstanceFailoverGroupsOperations operations, string resourceGroupName, string locationName);
static member ListByLocation : Microsoft.Azure.Management.Sql.IInstanceFailoverGroupsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.InstanceFailoverGroup>
<Extension()>
Public Function ListByLocation (operations As IInstanceFailoverGroupsOperations, resourceGroupName As String, locationName As String) As IPage(Of InstanceFailoverGroup)

Parameters

operations
IInstanceFailoverGroupsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

locationName
String

The name of the region where the resource is located.

Returns

Applies to