IntelligenceX
Class

SetupOnboardingCommandTemplates

Namespace IntelligenceX.Setup.Onboarding
Assembly IntelligenceX
Modifiers sealed

Canonical command templates for onboarding flows.

Inheritance

  • Object
  • SetupOnboardingCommandTemplates

Constructors

public SetupOnboardingCommandTemplates(String autoDetect, String newSetupDryRun, String newSetupApply, String refreshAuthDryRun, String refreshAuthApply, String cleanupDryRun, String cleanupApply, String maintenanceWizard) #

Initializes command templates.

Parameters

autoDetect System.String requiredposition: 0
newSetupDryRun System.String requiredposition: 1
newSetupApply System.String requiredposition: 2
refreshAuthDryRun System.String requiredposition: 3
refreshAuthApply System.String requiredposition: 4
cleanupDryRun System.String requiredposition: 5
cleanupApply System.String requiredposition: 6
maintenanceWizard System.String requiredposition: 7

Properties

public String AutoDetect { get; } #

Auto-detect command.

public String NewSetupDryRun { get; } #

New setup dry-run command.

public String NewSetupApply { get; } #

New setup apply command.

public String RefreshAuthDryRun { get; } #

Refresh auth dry-run command.

public String RefreshAuthApply { get; } #

Refresh auth apply command.

public String CleanupDryRun { get; } #

Cleanup dry-run command.

public String CleanupApply { get; } #

Cleanup apply command.

public String MaintenanceWizard { get; } #

Maintenance wizard command.