API Reference
Class
BenchmarkPlannedChange
Describes one write-capable non-compliant setting in an apply preview.
Inheritance
- Object
- BenchmarkPlannedChange
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
- Property BenchmarkChangePreview.Changes
Constructors
public BenchmarkPlannedChange() #Inherited Methods
Properties
public List<String> ControlIds { get; set; } #Gets or sets recommendation identifiers satisfied by this technical change.
public BenchmarkCheckDefinition Check { get; set; } #Gets or sets the write-capable check definition.
public BenchmarkCheckState Before { get; set; } #Gets or sets the captured current state.
public JsonElement RequestedValue { get; set; } #Gets or sets the concrete value that would be written.