MigrationReportResult Constructors
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.
Overloads
MigrationReportResult() |
Initializes a new instance of the MigrationReportResult class. |
MigrationReportResult(String, String) |
Initializes a new instance of the MigrationReportResult class. |
MigrationReportResult()
Initializes a new instance of the MigrationReportResult class.
public MigrationReportResult ();
Public Sub New ()
Applies to
MigrationReportResult(String, String)
Initializes a new instance of the MigrationReportResult class.
public MigrationReportResult (string id = default, string reportUrl = default);
new Microsoft.Azure.Management.DataMigration.Models.MigrationReportResult : string * string -> Microsoft.Azure.Management.DataMigration.Models.MigrationReportResult
Public Sub New (Optional id As String = Nothing, Optional reportUrl As String = Nothing)
Parameters
- id
- String
Migration validation result identifier
- reportUrl
- String
The url of the report.