ISqlChildrenOperations<T>.ListBySqlServer Method

Definition

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.

C#
public System.Collections.Generic.IReadOnlyList<T> ListBySqlServer(Microsoft.Azure.Management.Sql.Fluent.ISqlServer sqlServer);

Parameters

sqlServer
ISqlServer

The parent Azure SQL server.

Returns

Applies to

Azure SDK for .NET Legacy
Продукт Версії
Azure SDK for .NET Legacy

ListBySqlServer(String, String)

Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.

C#
public System.Collections.Generic.IReadOnlyList<T> ListBySqlServer(string resourceGroupName, string sqlServerName);

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 Legacy
Продукт Версії
Azure SDK for .NET Legacy