OnPremiseSqlResourceDetailsArgs

data class OnPremiseSqlResourceDetailsArgs(val databaseName: Output<String>, val machineName: Output<String>, val serverName: Output<String>, val source: Output<String>, val sourceComputerId: Output<String>, val vmuuid: Output<String>, val workspaceId: Output<String>) : ConvertibleToJava<OnPremiseSqlResourceDetailsArgs>

Details of the On Premise Sql resource that was assessed

Constructors

Link copied to clipboard
constructor(databaseName: Output<String>, machineName: Output<String>, serverName: Output<String>, source: Output<String>, sourceComputerId: Output<String>, vmuuid: Output<String>, workspaceId: Output<String>)

Properties

Link copied to clipboard
val databaseName: Output<String>

The Sql database name installed on the machine

Link copied to clipboard
val machineName: Output<String>

The name of the machine

Link copied to clipboard
val serverName: Output<String>

The Sql server name installed on the machine

Link copied to clipboard
val source: Output<String>

The platform where the assessed resource resides Expected value is 'OnPremiseSql'.

Link copied to clipboard

The oms agent Id installed on the machine

Link copied to clipboard
val vmuuid: Output<String>

The unique Id of the machine

Link copied to clipboard
val workspaceId: Output<String>

Azure resource Id of the workspace the machine is attached to

Functions

Link copied to clipboard
open override fun toJava(): OnPremiseSqlResourceDetailsArgs