Delen via


PushInstallerDetails Class

Definition

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.

Applies to