Package version:

Hyper-V host details.

interface HyperVHostDetails {
    id?: string;
    marsAgentVersion?: string;
    name?: string;
}

Properties

id?: string

The Hyper-V host Id. NOTE: This property will not be serialized. It can only be populated by the server.

marsAgentVersion?: string

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

name?: string

The Hyper-V host name. NOTE: This property will not be serialized. It can only be populated by the server.