get Sql Server
Gets a SQL Server. Uses Azure REST API version 2019-07-24-preview.
Return
A SQL server.
Parameters
argument
null
suspend fun getSqlServer(expand: String? = null, resourceGroupName: String, sqlServerName: String, sqlServerRegistrationName: String): GetSqlServerResult
Return
A SQL server.
Parameters
expand
The child resources to include in the response.
resource Group Name
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
sql Server Name
Name of the SQL Server.
sql Server Registration Name
Name of the SQL Server registration.
See also
suspend fun getSqlServer(argument: suspend GetSqlServerPlainArgsBuilder.() -> Unit): GetSqlServerResult
Return
A SQL server.
Parameters
argument
Builder for com.pulumi.azurenative.azuredata.kotlin.inputs.GetSqlServerPlainArgs.