OnPremiseResourceDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |