Class SetRemoteLocationsCommandSettings
Enables target discovery for the specified locations, when setDiscoverTargets was set to
true.
public sealed class SetRemoteLocationsCommandSettings : ICommand
- Inheritance
-
SetRemoteLocationsCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Locations
List of remote locations.
[JsonPropertyName("locations")]
public RemoteLocation[] Locations { get; set; }