API Reference
Class
BenchmarkDeploymentExportResult
Contains a deployment manifest, artifact inventory, and capability disclosure.
Inheritance
- Object
- BenchmarkDeploymentExportResult
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
Constructors
public BenchmarkDeploymentExportResult() #Inherited Methods
Properties
public BenchmarkDeploymentManifest Manifest { get; set; } #Gets or sets the compiled provider-neutral manifest.
public List<BenchmarkDeploymentArtifact> Artifacts { get; set; } #Gets or sets generated artifacts.
public List<BenchmarkDeploymentCapability> Capabilities { get; set; } #Gets or sets per-check deployment capabilities.
public List<String> Warnings { get; set; } #Gets or sets important operator warnings.