Aracılığıyla paylaş


OnPremiseResourceDetails Class

Definition

Details of the On Premise resource that was assessed

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

Constructors

OnPremiseResourceDetails()

Initializes a new instance of the OnPremiseResourceDetails class.

OnPremiseResourceDetails(String, String, String, String)

Initializes a new instance of the OnPremiseResourceDetails class.

Properties

MachineName

Gets or sets the name of the machine

SourceComputerId

Gets or sets the oms agent Id installed on the machine

Vmuuid

Gets or sets the unique Id of the machine

WorkspaceId

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

Methods

Validate()

Validate the object.

Extension Methods

ConvertToPSType(ResourceDetails)

Applies to