共用方式為


ValidationResult Class

Definition

Class ValidationResult. Implements the IValidationResult

public class ValidationResult : Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult
type ValidationResult = class
    interface IValidationResult
Public Class ValidationResult
Implements IValidationResult
Inheritance
ValidationResult
Implements

Constructors

ValidationResult()

Properties

Description

Gets the description.

Kind

Gets the kind.

Level

Gets the level.

Path

Gets the path.

Positions

Gets the positions.

Result

Gets the result.

Type

Gets the type.

Methods

SuccessfullValidationResult(ValidationType, ValidationKind)

Successfulls the validation result.

UnauthorizedAccessDir(ValidationType, ValidationKind, IDirectoryInfo)

Unauthorizeds the access dir.

UnavailableValidation(ValidationType, ValidationKind, String)

Unavailables the validation.

Applies to

See also