Aracılığıyla paylaş


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