TestimoX

API Reference

Enum

BenchmarkTargetRole

Namespace TestimoX.Benchmarks
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines the intended Windows Server role for a benchmark profile or control.

Inheritance

  • Enum
  • BenchmarkTargetRole

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const BenchmarkTargetRole Any #

Any supported Windows host role.

Value: 0
public const BenchmarkTargetRole DomainController #

A domain controller.

Value: 1
public const BenchmarkTargetRole MemberServer #

A member-server benchmark profile, applicable to non-domain-controller servers.

Value: 2
public const BenchmarkTargetRole StandaloneServer #

A workgroup or otherwise standalone server.

Value: 3
public const BenchmarkTargetRole Workstation #

A domain-joined Windows workstation.

Value: 4
public const BenchmarkTargetRole StandaloneWorkstation #

A workgroup or otherwise stand-alone Windows workstation.

Value: 5