AssessmentProjectUpdate interface
The type used for update operations of the AssessmentProject.
Properties
| assessment |
Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects. |
| customer |
The ARM id of the storage account used for interactions when public access is disabled. |
| customer |
The ARM id of service map workspace created by customer. |
| customer |
Location of service map workspace created by customer. |
| project |
Assessment project status. |
| provisioning |
The status of the last operation. |
| public |
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. |
| tags | Resource tags. |
Property Details
assessmentSolutionId
Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
assessmentSolutionId?: string
Property Value
string
customerStorageAccountArmId
The ARM id of the storage account used for interactions when public access is disabled.
customerStorageAccountArmId?: string
Property Value
string
customerWorkspaceId
The ARM id of service map workspace created by customer.
customerWorkspaceId?: string
Property Value
string
customerWorkspaceLocation
Location of service map workspace created by customer.
customerWorkspaceLocation?: string
Property Value
string
projectStatus
Assessment project status.
projectStatus?: string
Property Value
string
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
publicNetworkAccess
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.
publicNetworkAccess?: string
Property Value
string
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}