TestimoX

API Reference

Enum

BenchmarkWorkloadRole

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

Identifies a server workload used for typed inventory and rollout routing.

Inheritance

  • Enum
  • BenchmarkWorkloadRole

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 BenchmarkWorkloadRole GeneralPurpose #

A general-purpose server without a more specific declared workload.

Value: 0
public const BenchmarkWorkloadRole ActiveDirectoryDomainServices #

Active Directory Domain Services.

Value: 1
public const BenchmarkWorkloadRole ActiveDirectoryCertificateServices #

Active Directory Certificate Services.

Value: 2
public const BenchmarkWorkloadRole EntraConnect #

Microsoft Entra Connect or Azure AD Connect synchronization.

Value: 3
public const BenchmarkWorkloadRole ExchangeServer #

Microsoft Exchange Server.

Value: 4
public const BenchmarkWorkloadRole SqlServer #

Microsoft SQL Server.

Value: 5
public const BenchmarkWorkloadRole FileServer #

Windows file services.

Value: 6
public const BenchmarkWorkloadRole WebServer #

Internet Information Services or another Windows web workload.

Value: 7
public const BenchmarkWorkloadRole WindowsServerUpdateServices #

Windows Server Update Services.

Value: 8
public const BenchmarkWorkloadRole RemoteDesktopServices #

Remote Desktop Services.

Value: 9
public const BenchmarkWorkloadRole HyperV #

Microsoft Hyper-V.

Value: 10
public const BenchmarkWorkloadRole FailoverClustering #

Windows Failover Clustering.

Value: 11
public const BenchmarkWorkloadRole DnsServer #

Windows DNS Server.

Value: 12
public const BenchmarkWorkloadRole DhcpServer #

Windows DHCP Server.

Value: 13