Class SetCPUThrottlingRateCommandSettings
SetCPUThrottlingRate
public sealed class SetCPUThrottlingRateCommandSettings : ICommand- Inheritance
- 
      
      SetCPUThrottlingRateCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Rate
Gets or sets the rate
[JsonPropertyName("rate")]
public double Rate { get; set; }