API Reference
Enum
BenchmarkWorkloadRole
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.
Returned or exposed by
- Property BenchmarkWorkloadApplicability.AllOf
- Property BenchmarkWorkloadApplicability.AnyOf
- Property BenchmarkWorkloadApplicability.NoneOf
- Field BenchmarkWorkloadRole.ActiveDirectoryCertificateServices
- Field BenchmarkWorkloadRole.ActiveDirectoryDomainServices
- Field BenchmarkWorkloadRole.DhcpServer
- Field BenchmarkWorkloadRole.DnsServer
- Field BenchmarkWorkloadRole.EntraConnect
- Field BenchmarkWorkloadRole.ExchangeServer
- Field BenchmarkWorkloadRole.FailoverClustering
- Field BenchmarkWorkloadRole.FileServer
- Field BenchmarkWorkloadRole.GeneralPurpose
- Field BenchmarkWorkloadRole.HyperV
- Field BenchmarkWorkloadRole.RemoteDesktopServices
- Field BenchmarkWorkloadRole.SqlServer
- Field BenchmarkWorkloadRole.WebServer
- Field BenchmarkWorkloadRole.WindowsServerUpdateServices
- Property BenchmarkCompositionRule.WorkloadAllOf
- Property BenchmarkCompositionRule.WorkloadAnyOf
- Property BenchmarkCompositionRule.WorkloadNoneOf
- Property BenchmarkDeploymentTarget.WorkloadRoles
- Property BenchmarkTargetGroup.WorkloadRoles
- Property BenchmarkUnresolvedTargetSource.WorkloadRoles
- Property BenchmarkHostFacts.WorkloadRoles
- Property BenchmarkPolicyScope.WorkloadAnyOf
- Property BenchmarkCatalogProduct.WorkloadRole
- Property BenchmarkSourceDescriptor.WorkloadRole
- Property BenchmarkTarget.WorkloadRoles
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const BenchmarkWorkloadRole GeneralPurpose #A general-purpose server without a more specific declared workload.
Value:
0public const BenchmarkWorkloadRole ActiveDirectoryDomainServices #Active Directory Domain Services.
Value:
1public const BenchmarkWorkloadRole ActiveDirectoryCertificateServices #Active Directory Certificate Services.
Value:
2public const BenchmarkWorkloadRole EntraConnect #Microsoft Entra Connect or Azure AD Connect synchronization.
Value:
3public const BenchmarkWorkloadRole WebServer #Internet Information Services or another Windows web workload.
Value:
7public const BenchmarkWorkloadRole WindowsServerUpdateServices #Windows Server Update Services.
Value:
8