API Reference
Class
BenchmarkDeploymentCapability
Describes whether one technical benchmark check can be represented by a deployment method.
Inheritance
- Object
- BenchmarkDeploymentCapability
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 BenchmarkDeploymentCapability() #Inherited Methods
Properties
public String WaveId { get; set; } #Gets or sets the rollout wave identifier.
public String ControlId { get; set; } #Gets or sets the recommendation identifier.
public String CheckId { get; set; } #Gets or sets the technical check identifier.
public String TechnicalId { get; set; } #Gets or sets the technical setting identifier.
public BenchmarkDeploymentMethod Method { get; set; } #Gets or sets the deployment method.
public Boolean Supported { get; set; } #Gets or sets whether the method can represent the check.
public String Reason { get; set; } #Gets or sets a transparent explanation of the support decision.