ISqlChildrenOperations<T>.GetBySqlServer Method

Definition

Overloads

GetBySqlServer(ISqlServer, String)

Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

GetBySqlServer(String, String, String)

Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

GetBySqlServer(ISqlServer, String)

Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

public T GetBySqlServer (Microsoft.Azure.Management.Sql.Fluent.ISqlServer sqlServer, string name);
abstract member GetBySqlServer : Microsoft.Azure.Management.Sql.Fluent.ISqlServer * string -> 'T
Public Function GetBySqlServer (sqlServer As ISqlServer, name As String) As T

Parameters

sqlServer
ISqlServer

The SQL server parent resource.

name
String

The name of the child resource.

Returns

T

Applies to

GetBySqlServer(String, String, String)

Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.

public T GetBySqlServer (string resourceGroupName, string sqlServerName, string name);
abstract member GetBySqlServer : string * string * string -> 'T
Public Function GetBySqlServer (resourceGroupName As String, sqlServerName As String, name As String) As T

Parameters

resourceGroupName
String

The name of resource group.

sqlServerName
String

The name of SQL server parent resource.

name
String

The name of the child resource.

Returns

T

Applies to