共用方式為


ValidationBase Class

Definition

Class ValidationBase. Implements the IValidationDescription

public abstract class ValidationBase : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationDescription
type ValidationBase = class
    interface IValidationDescription
Public MustInherit Class ValidationBase
Implements IValidationDescription
Inheritance
ValidationBase
Derived
Implements

Constructors

ValidationBase(String, ValidationType, ValidationKind)

Initializes a new instance of the ValidationBase class.

Properties

DisplayName

Gets the display name.

SuccessfulResult

Gets the successful result.

ValidationKind

Gets the kind of the validation.

ValidationType

Gets the type of the validation.

Applies to

See also