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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET