get Administrator
Gets information about a server. Azure REST API version: 2022-12-01. Other available API versions: 2023-03-01-preview.
Return
Represents an Active Directory administrator.
Parameters
argument
null
suspend fun getAdministrator(objectId: String, resourceGroupName: String, serverName: String): GetAdministratorResult
Return
Represents an Active Directory administrator.
See also
Parameters
object Id
Guid of the objectId for the administrator.
resource Group Name
The name of the resource group. The name is case insensitive.
server Name
The name of the server.
suspend fun getAdministrator(argument: suspend GetAdministratorPlainArgsBuilder.() -> Unit): GetAdministratorResult
Return
Represents an Active Directory administrator.
See also
Parameters
argument
Builder for com.pulumi.azurenative.dbforpostgresql.kotlin.inputs.GetAdministratorPlainArgs.