Partager via


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