AzureSqlServerKeyVaultKeyAdapter.Get(String, String, String) 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.
Gets a Server Key Vault Key for a server
public Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel Get (string resourceGroupName, string serverName, string keyId);
member this.Get : string * string * string -> Microsoft.Azure.Commands.Sql.ServerKeyVaultKey.Model.AzureSqlServerKeyVaultKeyModel
Public Function Get (resourceGroupName As String, serverName As String, keyId As String) As AzureSqlServerKeyVaultKeyModel
Parameters
- resourceGroupName
- String
Name of resource group
- serverName
- String
Name of SQL server
- keyId
- String
KeyId of the Server Key Vault Key
Returns
The Server Key Vault Key