ArmDataMigrationModelFactory.ValidationError Method
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 ValidationError.
public static Azure.ResourceManager.DataMigration.Models.ValidationError ValidationError (string text = default, Azure.ResourceManager.DataMigration.Models.Severity? severity = default);
static member ValidationError : string * Nullable<Azure.ResourceManager.DataMigration.Models.Severity> -> Azure.ResourceManager.DataMigration.Models.ValidationError
Public Shared Function ValidationError (Optional text As String = Nothing, Optional severity As Nullable(Of Severity) = Nothing) As ValidationError
Parameters
- text
- String
Error Text.
Returns
A new ValidationError instance for mocking.