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


IServerOperations.ListAsync(String, CancellationToken) Method

Definition

Returns information about an Azure SQL Database Server.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerListResponse> ListAsync (string resourceGroupName, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerListResponse>
Public Function ListAsync (resourceGroupName As String, cancellationToken As CancellationToken) As Task(Of ServerListResponse)

Parameters

resourceGroupName
String

The name of the Resource Group to which the server belongs.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response to a Get Azure Sql Database Server request.

Applies to