Class GetTargetsCommandSettings
Retrieves a list of available targets.
public sealed class GetTargetsCommandSettings : ICommand
- Inheritance
-
GetTargetsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Filter
Only targets matching filter will be reported. If filter is not specified and target discovery is currently enabled, a filter used for target discovery is used for consistency.
[JsonPropertyName("filter")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public object[]? Filter { get; set; }
Property Value
- object[]