共用方式為


SystemValidationBase Class

Definition

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
SystemValidationBase
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.

Applies to

See also