ISqlChildrenOperations<T>.ListBySqlServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ListBySqlServer(ISqlServer) |
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
ListBySqlServer(String, String) |
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group. |
ListBySqlServer(ISqlServer)
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
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)
Parameters
- sqlServer
- ISqlServer
The parent Azure SQL server.
Returns
Applies to
ListBySqlServer(String, String)
Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.
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)
Parameters
- resourceGroupName
- String
The name of the resource group to list the resources from.
- sqlServerName
- String
The name of parent Azure SQL server.
Returns
Applies to
Azure SDK for .NET