共用方式為


NamespaceValidationsProcessor Constructor

Definition

Initializes a new instance of the NamespaceValidationsProcessor class.

public NamespaceValidationsProcessor (System.Collections.Generic.IList<Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.INamespaceValidation> validations, System.Collections.Generic.IList<Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IOutputWriter> outputWriters, Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IProgressReporter progressReporter);
new Microsoft.Azure.Commands.StorageSync.Evaluation.NamespaceValidationsProcessor : System.Collections.Generic.IList<Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.INamespaceValidation> * System.Collections.Generic.IList<Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IOutputWriter> * Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IProgressReporter -> Microsoft.Azure.Commands.StorageSync.Evaluation.NamespaceValidationsProcessor
Public Sub New (validations As IList(Of INamespaceValidation), outputWriters As IList(Of IOutputWriter), progressReporter As IProgressReporter)

Parameters

validations
IList<INamespaceValidation>

The validations.

outputWriters
IList<IOutputWriter>

The output writers.

progressReporter
IProgressReporter

The progress reporter.

Applies to