Поделиться через


ServerOperationsExtensions.ListAsync(IServerOperations, String) Method

Definition

Returns information about an Azure SQL Database Server.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerListResponse> ListAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerOperations operations, string resourceGroupName);
static member ListAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerListResponse>
<Extension()>
Public Function ListAsync (operations As IServerOperations, resourceGroupName As String) As Task(Of 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