ServerOperationsExtensions.List(IServerOperations, String) 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.
Returns information about an Azure SQL Database Server.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IServerOperations operations, string resourceGroupName);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IServerOperations * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerListResponse
<Extension()>
Public Function List (operations As IServerOperations, resourceGroupName As String) As ServerListResponse
Parameters
- operations
- IServerOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerOperations.
- resourceGroupName
- String
Required. The name of the Resource Group to which the server belongs.
Returns
Represents the response to a Get Azure Sql Database Server request.