SystemValidationBase Class
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.
Class SystemValidationBase. Implements the ValidationBase Implements the ISystemValidation
public abstract class SystemValidationBase : Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationBase, Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.ISystemValidation
type SystemValidationBase = class
inherit ValidationBase
interface ISystemValidation
Public MustInherit Class SystemValidationBase
Inherits ValidationBase
Implements ISystemValidation
- Inheritance
- Derived
- Implements
Constructors
SystemValidationBase(IConfiguration, String, ValidationType) |
Initializes a new instance of the SystemValidationBase class. |
Properties
Configuration |
Gets the configuration. |
DisplayName |
Gets the display name. (Inherited from ValidationBase) |
SuccessfulResult |
Gets the successful result. (Inherited from ValidationBase) |
ValidationKind |
Gets the kind of the validation. (Inherited from ValidationBase) |
ValidationType |
Gets the type of the validation. (Inherited from ValidationBase) |
Methods
DoValidateUsing(IPowershellCommandRunner) |
Does the validate using. |
ValidateUsing(IPowershellCommandRunner) |
Validates the using. |