SystemValidationBase.DoValidateUsing(IPowershellCommandRunner) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Does the validate using.
protected virtual Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult DoValidateUsing (Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IPowershellCommandRunner commandRunner);
abstract member DoValidateUsing : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IPowershellCommandRunner -> Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult
override this.DoValidateUsing : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IPowershellCommandRunner -> Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult
Protected Overridable Function DoValidateUsing (commandRunner As IPowershellCommandRunner) As IValidationResult
Parameters
- commandRunner
- IPowershellCommandRunner
The command runner.
Returns
IValidationResult.