API Reference
Class
ServiceConfigTemplateOptions
Options used to generate a service configuration template.
Inheritance
- Object
- ServiceConfigTemplateOptions
Constructors
public ServiceConfigTemplateOptions() #Inherited Methods
Properties
public ScheduleMode Mode { get; set; } #Schedule mode to apply.
public Nullable<Int32> IntervalSeconds { get; set; } #Interval seconds for interval mode.
public List<String> DailyTimes { get; set; } #Daily times in HH:mm format.
public List<String> WeeklyDays { get; set; } #Weekly days of week.
public String WeeklyTime { get; set; } #Weekly time in HH:mm format.
public Int32 JitterSeconds { get; set; } #Randomization jitter in seconds.
public Boolean RunAtStartup { get; set; } #Run at startup.
public Boolean EnableAdSnapshot { get; set; } #Enable Active Directory snapshot stage.
public String OutputDirectory { get; set; } #Output directory for exported data.
public ExportSelectionMode Shape { get; set; } #Export selection mode.
public Nullable<RuleSelectionProfile> Profile { get; set; } #Optional curated profile to place in the generated TestRun section.