OnPremiseSqlResourceDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Details of the On Premise Sql resource that was assessed.
public class OnPremiseSqlResourceDetails : Azure.ResourceManager.SecurityCenter.Models.OnPremiseResourceDetails
public class OnPremiseSqlResourceDetails : Azure.ResourceManager.SecurityCenter.Models.OnPremiseResourceDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.OnPremiseSqlResourceDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.OnPremiseSqlResourceDetails>
type OnPremiseSqlResourceDetails = class
inherit OnPremiseResourceDetails
type OnPremiseSqlResourceDetails = class
inherit OnPremiseResourceDetails
interface IJsonModel<OnPremiseSqlResourceDetails>
interface IPersistableModel<OnPremiseSqlResourceDetails>
Public Class OnPremiseSqlResourceDetails
Inherits OnPremiseResourceDetails
Public Class OnPremiseSqlResourceDetails
Inherits OnPremiseResourceDetails
Implements IJsonModel(Of OnPremiseSqlResourceDetails), IPersistableModel(Of OnPremiseSqlResourceDetails)
- Inheritance
- Implements
Constructors
OnPremiseSqlResourceDetails(ResourceIdentifier, Guid, String, String, String, String) |
Initializes a new instance of OnPremiseSqlResourceDetails. |
Properties
DatabaseName |
The Sql database name installed on the machine. |
MachineName |
The name of the machine. (Inherited from OnPremiseResourceDetails) |
ServerName |
The Sql server name installed on the machine. |
SourceComputerId |
The oms agent Id installed on the machine. (Inherited from OnPremiseResourceDetails) |
VmUuid |
The unique Id of the machine. (Inherited from OnPremiseResourceDetails) |
WorkspaceId |
Azure resource Id of the workspace the machine is attached to. (Inherited from OnPremiseResourceDetails) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET