TestimoX

API Reference

Enum

BenchmarkTargetSourceKind

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

Identifies how a rollout target group obtains its computer names.

Inheritance

  • Enum
  • BenchmarkTargetSourceKind

Usage

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

Values

public const BenchmarkTargetSourceKind Explicit #

Computer names are stored directly in the plan.

Value: 0
public const BenchmarkTargetSourceKind ActiveDirectoryGroup #

The source is an Active Directory security group.

Value: 1
public const BenchmarkTargetSourceKind ActiveDirectoryOrganizationalUnit #

The source is an Active Directory organizational unit.

Value: 2
public const BenchmarkTargetSourceKind File #

Computer names are read from a newline-delimited file.

Value: 3
public const BenchmarkTargetSourceKind ProviderQuery #

An external deployment provider resolves the opaque query.

Value: 4