IServerOperations.ListAsync(String, CancellationToken) 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 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.