你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MarsAgentDetails 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.
Mars agent details.
public class MarsAgentDetails
type MarsAgentDetails = class
Public Class MarsAgentDetails
- Inheritance
-
MarsAgentDetails
Constructors
MarsAgentDetails() |
Initializes a new instance of the MarsAgentDetails class. |
MarsAgentDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>) |
Initializes a new instance of the MarsAgentDetails class. |
Properties
BiosId |
Gets the Mars agent Bios Id. |
FabricObjectId |
Gets the fabric object Id. |
Fqdn |
Gets the Mars agent Fqdn. |
Health |
Gets the health of the Mars agent. Possible values include: 'None', 'Normal', 'Warning', 'Critical' |
HealthErrors |
Gets the health errors. |
Id |
Gets the Mars agent Id. |
LastHeartbeatUtc |
Gets the last heartbeat received from the Mars agent. |
Name |
Gets the Mars agent name. |
Version |
Gets the version. |