Project Properties Args
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
Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
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
Assessment project status.
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.