你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISqlChildrenOperations<T>.ListBySqlServer 方法

定义

重载

ListBySqlServer(ISqlServer)

列出Azure SQL指定资源组中指定Azure SQL服务器的子资源。

ListBySqlServer(String, String)

列出Azure SQL指定资源组中指定Azure SQL服务器的子资源。

ListBySqlServer(ISqlServer)

列出Azure SQL指定资源组中指定Azure SQL服务器的子资源。

public System.Collections.Generic.IReadOnlyList<T> ListBySqlServer(Microsoft.Azure.Management.Sql.Fluent.ISqlServer sqlServer);
abstract member ListBySqlServer : Microsoft.Azure.Management.Sql.Fluent.ISqlServer -> System.Collections.Generic.IReadOnlyList<'T>
Public Function ListBySqlServer (sqlServer As ISqlServer) As IReadOnlyList(Of T)

参数

sqlServer
ISqlServer

父Azure SQL服务器。

返回

适用于

ListBySqlServer(String, String)

列出Azure SQL指定资源组中指定Azure SQL服务器的子资源。

public System.Collections.Generic.IReadOnlyList<T> ListBySqlServer(string resourceGroupName, string sqlServerName);
abstract member ListBySqlServer : string * string -> System.Collections.Generic.IReadOnlyList<'T>
Public Function ListBySqlServer (resourceGroupName As String, sqlServerName As String) As IReadOnlyList(Of T)

参数

resourceGroupName
String

要从中列出资源的资源组的名称。

sqlServerName
String

父Azure SQL服务器的名称。

返回

适用于