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

OnPremiseSqlResourceDetails Constructors

Definition

Overloads

OnPremiseSqlResourceDetails()

Initializes a new instance of the OnPremiseSqlResourceDetails class.

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

Initializes a new instance of the OnPremiseSqlResourceDetails class.

OnPremiseSqlResourceDetails()

Initializes a new instance of the OnPremiseSqlResourceDetails class.

public OnPremiseSqlResourceDetails ();
Public Sub New ()

Applies to

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

Initializes a new instance of the OnPremiseSqlResourceDetails class.

public OnPremiseSqlResourceDetails (string workspaceId, string vmuuid, string sourceComputerId, string machineName, string serverName, string databaseName);
new Microsoft.Azure.Management.Security.Models.OnPremiseSqlResourceDetails : string * string * string * string * string * string -> Microsoft.Azure.Management.Security.Models.OnPremiseSqlResourceDetails
Public Sub New (workspaceId As String, vmuuid As String, sourceComputerId As String, machineName As String, serverName As String, databaseName As String)

Parameters

workspaceId
String

Azure resource Id of the workspace the machine is attached to

vmuuid
String

The unique Id of the machine

sourceComputerId
String

The oms agent Id installed on the machine

machineName
String

The name of the machine

serverName
String

The Sql server name installed on the machine

databaseName
String

The Sql database name installed on the machine

Applies to