Share via


TimeZonesOperationsExtensions.ListByLocation Method

Definition

Gets a list of managed instance time zones by location.

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

Parameters

operations
ITimeZonesOperations

The operations group for this extension method.

locationName
String

Returns

Applies to