Udostępnij za pośrednictwem


FileSystemValidation Class

Definition

Class FileSystemValidation. Implements the SystemValidationBase

public class FileSystemValidation : Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.SystemValidations.SystemValidationBase
type FileSystemValidation = class
    inherit SystemValidationBase
Public Class FileSystemValidation
Inherits SystemValidationBase
Inheritance

Constructors

FileSystemValidation(IConfiguration, String)

Initializes a new instance of the FileSystemValidation class.

Properties

Configuration

Gets the configuration.

(Inherited from SystemValidationBase)
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.

(Inherited from SystemValidationBase)

Applies to

See also