PushInstallerDetails 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.
Push installer details.
public class PushInstallerDetails
type PushInstallerDetails = class
Public Class PushInstallerDetails
- Inheritance
-
PushInstallerDetails
Constructors
PushInstallerDetails() |
Initializes a new instance of the PushInstallerDetails class. |
PushInstallerDetails(String, String, String, String, String, String, Nullable<DateTime>, String, IList<HealthError>) |
Initializes a new instance of the PushInstallerDetails class. |
Properties
BiosId |
Gets the push installer Bios Id. |
FabricObjectId |
Gets the fabric object Id. |
Fqdn |
Gets the push installer Fqdn. |
Health |
Gets the health of the push installer. Possible values include: 'None', 'Normal', 'Warning', 'Critical' |
HealthErrors |
Gets the health errors. |
Id |
Gets the push installer Id. |
LastHeartbeatUtc |
Gets the last heartbeat received from the push installer. |
Name |
Gets the push installer name. |
Version |
Gets the version. |