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