getSqlServerRegistration

Gets a SQL Server registration. Uses Azure REST API version 2019-07-24-preview.

Return

A SQL server registration.

Parameters

argument

null


suspend fun getSqlServerRegistration(resourceGroupName: String, sqlServerRegistrationName: String): GetSqlServerRegistrationResult

Return

A SQL server registration.

Parameters

resourceGroupName

Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

sqlServerRegistrationName

Name of the SQL Server registration.

See also


Return

A SQL server registration.

Parameters

argument

Builder for com.pulumi.azurenative.azuredata.kotlin.inputs.GetSqlServerRegistrationPlainArgs.

See also