ArmMigrationAssessmentModelFactory.MigrationAssessmentProjectSummaryData 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 MigrationAssessmentProjectSummaryData.
public static Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectSummaryData MigrationAssessmentProjectSummaryData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Migration.Assessment.Models.AssessmentErrorSummary> errorSummaryAffectedEntities = default, int? numberOfPrivateEndpointConnections = default, int? numberOfGroups = default, int? numberOfMachines = default, int? numberOfImportMachines = default, int? numberOfAssessments = default, DateTimeOffset? lastAssessedOn = default);
static member MigrationAssessmentProjectSummaryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * seq<Azure.ResourceManager.Migration.Assessment.Models.AssessmentErrorSummary> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Migration.Assessment.MigrationAssessmentProjectSummaryData
Public Shared Function MigrationAssessmentProjectSummaryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional errorSummaryAffectedEntities As IEnumerable(Of AssessmentErrorSummary) = Nothing, Optional numberOfPrivateEndpointConnections As Nullable(Of Integer) = Nothing, Optional numberOfGroups As Nullable(Of Integer) = Nothing, Optional numberOfMachines As Nullable(Of Integer) = Nothing, Optional numberOfImportMachines As Nullable(Of Integer) = Nothing, Optional numberOfAssessments As Nullable(Of Integer) = Nothing, Optional lastAssessedOn As Nullable(Of DateTimeOffset) = Nothing) As MigrationAssessmentProjectSummaryData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- errorSummaryAffectedEntities
- IEnumerable<AssessmentErrorSummary>
Gets the Error summary by feature. Contains number of affected Entities per feature.
- lastAssessedOn
- Nullable<DateTimeOffset>
Gets the last assessment timestamp.
Returns
A new MigrationAssessmentProjectSummaryData instance for mocking.