existingParametersIConfigParameters
The set of configuration parameters and their values from configuration sections that have already been displayed and had their values set in the management agent configuration
existingParametersIConfigParameters
The set of configuration parameters and their values from configuration sections that have already been displayed and had their values set in the management agent configuration
Gets the configuration parameters that are displayed on the Run Step page of the management agent configuration
Parameters
existingParametersIConfigParameters
The set of configuration parameters and their values from configuration sections that have already been displayed and had their values set in the management agent configuration
Gets the configuration parameters that are displayed on the Partition page of the management agent configuration
Parameters
existingParametersIConfigParameters
The set of configuration parameters and their values from configuration sections that have already been displayed and had their values set in the management agent configuration
Gets the configuration parameters that are displayed on the Capabilities page of the management agent configuration. Note that the capabilities page is only shown when a management agent is first created.
Parameters
existingParametersIConfigParameters
The set of configuration parameters and their values from configuration sections that have already been displayed and had their values set in the management agent configuration
Gets the configuration parameters that are displayed on the Schema page of the management agent configuration Management agents can display multiple schema pages, and the synchronization service will call this method on a loop, incrementing the page number each time, until no new items are returned. Make sure that you only return items for the requested page number, and that you return an empty list when the requested page number is greater than the number of pages you have to display.
Parameters
existingParametersIConfigParameters
The set of configuration parameters and their values from configuration sections that have already been displayed and had their values set in the management agent configuration
Validates the configuration parameters that are displayed on the Schema page of the management agent configuration. If there is no validation to perform, return a successful validation result.
Parameters
configParametersIConfigParameters
The set of configuration parameters and their values from the Schema page of the management agent configuration
pageNumberInt32
The page number that is being validated
Validates the configuration parameters that are displayed on the Capabilities page of the management agent configuration. If there is no validation to perform, return a successful validation result.
Parameters
configParametersIConfigParameters
The set of configuration parameters and their values from the Schema page of the management agent configuration
Validates the configuration parameters that are displayed on the Connectivity page of the management agent configuration. If there is no validation to perform, return a successful validation result.
Parameters
configParametersIConfigParameters
The set of configuration parameters and their values from the Schema page of the management agent configuration
Validates the configuration parameters that are displayed on the Global page of the management agent configuration. If there is no validation to perform, return a successful validation result.
Parameters
configParametersIConfigParameters
The set of configuration parameters and their values from the Schema page of the management agent configuration
Validates the configuration parameters that are displayed on the Run Step page of the management agent configuration. If there is no validation to perform, return a successful validation result.
Parameters
configParametersIConfigParameters
The set of configuration parameters and their values from the Schema page of the management agent configuration
Validates the configuration parameters that are displayed on the Partition page of the management agent configuration. If there is no validation to perform, return a successful validation result.
Parameters
configParametersIConfigParameters
The set of configuration parameters and their values from the Schema page of the management agent configuration