ServerKeyOperationsExtensions.ListAsync Method

Definition

Gets all Azure SQL Database Server Keys for a server.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyListResponse> ListAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations operations, string resourceGroupName, string serverName);
static member ListAsync : Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyListResponse>
<Extension()>
Public Function ListAsync (operations As IServerKeyOperations, resourceGroupName As String, serverName As String) As Task(Of ServerKeyListResponse)

Parameters

operations
IServerKeyOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations.

resourceGroupName
String

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

serverName
String

Required. The name of the Azure SQL Database Server.

Returns

Represents the response to a List Azure Sql Server Key request.

Applies to