TestimoX

API Reference

Enum

BenchmarkDeploymentMethod

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

Identifies a deployment representation supported by TestimoX.

Inheritance

  • Enum
  • BenchmarkDeploymentMethod

Usage

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

Values

public const BenchmarkDeploymentMethod Direct #

Direct execution through the transaction engine.

Value: 0
public const BenchmarkDeploymentMethod PowerShell #

A portable PowerShell deployment script.

Value: 1
public const BenchmarkDeploymentMethod Json #

A provider-neutral JSON desired-state manifest.

Value: 2
public const BenchmarkDeploymentMethod Gpo #

A Group Policy-oriented artifact.

Value: 3
public const BenchmarkDeploymentMethod Lgpo #

A Local Group Policy Object artifact.

Value: 4
public const BenchmarkDeploymentMethod Sccm #

An SCCM-consumable script and manifest.

Value: 5
public const BenchmarkDeploymentMethod Terraform #

A Terraform-consumable manifest or external-data artifact.

Value: 6