ISqlChildrenOperations<T>.GetBySqlServer 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
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
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
Applies to
Azure SDK for .NET