API Reference
Enum
BenchmarkDeploymentMethod
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.
Returned or exposed by
- Field BenchmarkDeploymentMethod.Direct
- Field BenchmarkDeploymentMethod.Gpo
- Field BenchmarkDeploymentMethod.Json
- Field BenchmarkDeploymentMethod.Lgpo
- Field BenchmarkDeploymentMethod.PowerShell
- Field BenchmarkDeploymentMethod.Sccm
- Field BenchmarkDeploymentMethod.Terraform
- Property BenchmarkDeploymentCapability.Method
- Property BenchmarkDeploymentExportRequest.Methods
- Property BenchmarkDeploymentTarget.DeploymentMethod
- Property BenchmarkDeploymentWave.DeploymentMethod
- Property BenchmarkRolloutWave.DeploymentMethod
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 BenchmarkDeploymentMethod Direct #Direct execution through the transaction engine.
Value:
0public const BenchmarkDeploymentMethod Json #A provider-neutral JSON desired-state manifest.
Value:
2public const BenchmarkDeploymentMethod Terraform #A Terraform-consumable manifest or external-data artifact.
Value:
6