ProjectPropertiesArgs

data class ProjectPropertiesArgs(val assessmentSolutionId: Output<String>? = null, val customerStorageAccountArmId: Output<String>? = null, val customerWorkspaceId: Output<String>? = null, val customerWorkspaceLocation: Output<String>? = null, val projectStatus: Output<Either<String, ProjectStatus>>? = null, val publicNetworkAccess: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesArgs>

Properties of a project.

Constructors

Link copied to clipboard
constructor(assessmentSolutionId: Output<String>? = null, customerStorageAccountArmId: Output<String>? = null, customerWorkspaceId: Output<String>? = null, customerWorkspaceLocation: Output<String>? = null, projectStatus: Output<Either<String, ProjectStatus>>? = null, publicNetworkAccess: Output<String>? = null)

Properties

Link copied to clipboard
val assessmentSolutionId: Output<String>? = null

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

Link copied to clipboard
val customerStorageAccountArmId: Output<String>? = null

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

Link copied to clipboard
val customerWorkspaceId: Output<String>? = null

The ARM id of service map workspace created by customer.

Link copied to clipboard
val customerWorkspaceLocation: Output<String>? = null

Location of service map workspace created by customer.

Link copied to clipboard
val projectStatus: Output<Either<String, ProjectStatus>>? = null

Assessment project status.

Link copied to clipboard
val publicNetworkAccess: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ProjectPropertiesArgs