Share via


AssessmentProjectUpdate interface

The type used for update operations of the AssessmentProject.

Properties

assessmentSolutionId

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

customerStorageAccountArmId

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

customerWorkspaceId

The ARM id of service map workspace created by customer.

customerWorkspaceLocation

Location of service map workspace created by customer.

projectStatus

Assessment project status.

provisioningState

The status of the last operation.

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.

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}