次の方法で共有


TimeZonesOperationsExtensions.ListByLocation メソッド

定義

場所別にマネージド インスタンスのタイム ゾーンの一覧を取得します。

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)

パラメーター

operations
ITimeZonesOperations

この拡張メソッドの操作グループ。

locationName
String

戻り値

適用対象