get Server Key
Gets a server key. API Version: 2020-11-01-preview.
Return
A server key.
Parameters
argument
null
suspend fun getServerKey(keyName: String, resourceGroupName: String, serverName: String): GetServerKeyResult
Return
A server key.
Parameters
key Name
The name of the server key to be retrieved.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
server Name
The name of the server.
See also
suspend fun getServerKey(argument: suspend GetServerKeyPlainArgsBuilder.() -> Unit): GetServerKeyResult
Return
A server key.
Parameters
argument
Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetServerKeyPlainArgs.