ServerKeyOperationsExtensions.List Method

Definition

Gets all Azure SQL Database Server Keys for a server.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyListResponse List (this Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations operations, string resourceGroupName, string serverName);
static member List : Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyListResponse
<Extension()>
Public Function List (operations As IServerKeyOperations, resourceGroupName As String, serverName As String) As 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