Class
SetupOnboardingCommandTemplates
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
- newSetupDryRun System.String
- newSetupApply System.String
- refreshAuthDryRun System.String
- refreshAuthApply System.String
- cleanupDryRun System.String
- cleanupApply System.String
- maintenanceWizard System.String
Inherited Methods
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.