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

OnPremiseResourceDetails Constructors

Definition

Overloads

OnPremiseResourceDetails()

Initializes a new instance of the OnPremiseResourceDetails class.

OnPremiseResourceDetails(String, String, String, String)

Initializes a new instance of the OnPremiseResourceDetails class.

OnPremiseResourceDetails()

Initializes a new instance of the OnPremiseResourceDetails class.

public OnPremiseResourceDetails ();
Public Sub New ()

Applies to

OnPremiseResourceDetails(String, String, String, String)

Initializes a new instance of the OnPremiseResourceDetails class.

public OnPremiseResourceDetails (string workspaceId, string vmuuid, string sourceComputerId, string machineName);
new Microsoft.Azure.Management.Security.Models.OnPremiseResourceDetails : string * string * string * string -> Microsoft.Azure.Management.Security.Models.OnPremiseResourceDetails
Public Sub New (workspaceId As String, vmuuid As String, sourceComputerId As String, machineName 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

Applies to