Condividi tramite


ArmMigrationAssessmentModelFactory.MigrationAssessmentProjectSummaryData Method

Definition

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

id
ResourceIdentifier

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.

numberOfPrivateEndpointConnections
Nullable<Int32>

Gets the number of private endpoint connections.

numberOfGroups
Nullable<Int32>

Gets the number of groups created in this project.

numberOfMachines
Nullable<Int32>

Gets the number of machines part of this project.

numberOfImportMachines
Nullable<Int32>

Gets the number of import machines part of this project.

numberOfAssessments
Nullable<Int32>

Gets the number of assessments created in this project.

lastAssessedOn
Nullable<DateTimeOffset>

Gets the last assessment timestamp.

Returns

A new MigrationAssessmentProjectSummaryData instance for mocking.

Applies to