NamespaceValidationsProcessor Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.