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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET