ISystemValidation.ValidateUsing(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.
Validates the using.
public Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult ValidateUsing (Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IPowershellCommandRunner commandRunner);
abstract member ValidateUsing : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IPowershellCommandRunner -> Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult
Public Function ValidateUsing (commandRunner As IPowershellCommandRunner) As IValidationResult
Parameters
- commandRunner
- IPowershellCommandRunner
The command runner.
Returns
IValidationResult.