ValidationBase(String, ValidationType, ValidationKind) 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 ValidationBase class.
public ValidationBase (string validationName, Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationType validationType, Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationKind validationKind);
new Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationBase : string * Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationType * Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationKind -> Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationBase
Public Sub New (validationName As String, validationType As ValidationType, validationKind As ValidationKind)
Parameters
- validationName
- String
Name of the validation.
- validationType
- ValidationType
Type of the validation.
- validationKind
- ValidationKind
Kind of the validation.