Package version:

Push installer details.

interface PushInstallerDetails {
    biosId?: string;
    fabricObjectId?: string;
    fqdn?: string;
    health?: string;
    healthErrors?: HealthError[];
    id?: string;
    lastHeartbeatUtc?: any;
    name?: string;
    version?: string;
}

Properties

biosId?: string

The push installer Bios Id. NOTE: This property will not be serialized. It can only be populated by the server.

fabricObjectId?: string

The fabric object Id. NOTE: This property will not be serialized. It can only be populated by the server.

fqdn?: string

The push installer Fqdn. NOTE: This property will not be serialized. It can only be populated by the server.

health?: string

The health of the push installer. NOTE: This property will not be serialized. It can only be populated by the server.

healthErrors?: HealthError[]

The health errors. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The push installer Id. NOTE: This property will not be serialized. It can only be populated by the server.

lastHeartbeatUtc?: any

The last heartbeat received from the push installer. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The push installer name. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

The version. NOTE: This property will not be serialized. It can only be populated by the server.