ServerKeyOperationsExtensions.Get Method

Definition

Gets an Azure Sql Server Key.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations operations, string resourceGroupName, string serverName, string keyName);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.IServerKeyOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ServerKeyGetResponse
<Extension()>
Public Function Get (operations As IServerKeyOperations, resourceGroupName As String, serverName As String, keyName As String) As ServerKeyGetResponse

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 that has the key.

keyName
String

Required. The name of the Azure Key Vault Key to be retrieved from the Azure SQL Database Server.

Returns

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

Applies to