ProjectPropertiesResponse

data class ProjectPropertiesResponse(val assessmentSolutionId: String? = null, val createdTimestamp: String, val customerStorageAccountArmId: String? = null, val customerWorkspaceId: String? = null, val customerWorkspaceLocation: String? = null, val lastAssessmentTimestamp: String, val numberOfAssessments: Int, val numberOfGroups: Int, val numberOfMachines: Int, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val projectStatus: String? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val serviceEndpoint: String, val updatedTimestamp: String)

Properties of a project.

Constructors

Link copied to clipboard
constructor(assessmentSolutionId: String? = null, createdTimestamp: String, customerStorageAccountArmId: String? = null, customerWorkspaceId: String? = null, customerWorkspaceLocation: String? = null, lastAssessmentTimestamp: String, numberOfAssessments: Int, numberOfGroups: Int, numberOfMachines: Int, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, projectStatus: String? = null, provisioningState: String, publicNetworkAccess: String? = null, serviceEndpoint: String, updatedTimestamp: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.

Link copied to clipboard

Time when this project was created. Date-Time represented in ISO-8601 format.

Link copied to clipboard

The ARM id of the storage account used for interactions when public access is disabled.

Link copied to clipboard

The ARM id of service map workspace created by customer.

Link copied to clipboard

Location of service map workspace created by customer.

Link copied to clipboard

Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.

Link copied to clipboard

Number of assessments created in the project.

Link copied to clipboard

Number of groups created in the project.

Link copied to clipboard

Number of machines in the project.

Link copied to clipboard

The list of private endpoint connections to the project.

Link copied to clipboard
val projectStatus: String? = null

Assessment project status.

Link copied to clipboard

Provisioning state of the project.

Link copied to clipboard

This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.

Link copied to clipboard

Endpoint at which the collector agent can call agent REST API.

Link copied to clipboard

Time when this project was last updated. Date-Time represented in ISO-8601 format.