ArmDataMigrationModelFactory.MigrationReportResult(String, Uri) 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 MigrationReportResult.
public static Azure.ResourceManager.DataMigration.Models.MigrationReportResult MigrationReportResult (string id = default, Uri reportUri = default);
static member MigrationReportResult : string * Uri -> Azure.ResourceManager.DataMigration.Models.MigrationReportResult
Public Shared Function MigrationReportResult (Optional id As String = Nothing, Optional reportUri As Uri = Nothing) As MigrationReportResult
Parameters
- id
- String
Migration validation result identifier.
- reportUri
- Uri
The url of the report.
Returns
A new MigrationReportResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET