你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OnPremiseSqlResourceDetails Class

Definition

Details of the On Premise Sql resource that was assessed

[Newtonsoft.Json.JsonObject("OnPremiseSql")]
public class OnPremiseSqlResourceDetails : Microsoft.Azure.Management.Security.Models.OnPremiseResourceDetails
[<Newtonsoft.Json.JsonObject("OnPremiseSql")>]
type OnPremiseSqlResourceDetails = class
    inherit OnPremiseResourceDetails
Public Class OnPremiseSqlResourceDetails
Inherits OnPremiseResourceDetails
Inheritance
OnPremiseSqlResourceDetails
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

OnPremiseSqlResourceDetails()

Initializes a new instance of the OnPremiseSqlResourceDetails class.

OnPremiseSqlResourceDetails(String, String, String, String, String, String)

Initializes a new instance of the OnPremiseSqlResourceDetails class.

Properties

DatabaseName

Gets or sets the Sql database name installed on the machine

MachineName

Gets or sets the name of the machine

(Inherited from OnPremiseResourceDetails)
ServerName

Gets or sets the Sql server name installed on the machine

SourceComputerId

Gets or sets the oms agent Id installed on the machine

(Inherited from OnPremiseResourceDetails)
Vmuuid

Gets or sets the unique Id of the machine

(Inherited from OnPremiseResourceDetails)
WorkspaceId

Gets or sets azure resource Id of the workspace the machine is attached to

(Inherited from OnPremiseResourceDetails)

Methods

Validate()

Validate the object.

Extension Methods

ConvertToPSType(ResourceDetails)

Applies to