ServerOperationsExtensions.List(IServerOperations, String) Method

Definition

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.

Applies to