OnPremiseSqlResourceDetails interface
Details of the On Premise Sql resource that was assessed
- Extends
Properties
database |
The Sql database name installed on the machine |
server |
The Sql server name installed on the machine |
source | Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
machine |
The name of the machine |
source |
The oms agent Id installed on the machine |
vmuuid | The unique Id of the machine |
workspace |
Azure resource Id of the workspace the machine is attached to |
Property Details
databaseName
The Sql database name installed on the machine
databaseName: string
Property Value
string
serverName
The Sql server name installed on the machine
serverName: string
Property Value
string
source
Polymorphic discriminator, which specifies the different types this object can be
source: "OnPremiseSql"
Property Value
"OnPremiseSql"
Inherited Property Details
machineName
The name of the machine
machineName: string
Property Value
string
Inherited From OnPremiseResourceDetails.machineName
sourceComputerId
The oms agent Id installed on the machine
sourceComputerId: string
Property Value
string
Inherited From OnPremiseResourceDetails.sourceComputerId
vmuuid
The unique Id of the machine
vmuuid: string
Property Value
string
Inherited From OnPremiseResourceDetails.vmuuid
workspaceId
Azure resource Id of the workspace the machine is attached to
workspaceId: string
Property Value
string
Inherited From OnPremiseResourceDetails.workspaceId
Azure SDK for JavaScript