SqlAssessmentMigrationIssue interface
Class representing the SQL migration issues.
Properties
| impacted |
Gets the list of impacted objects. NOTE: This property will not be serialized. It can only be populated by the server. |
| issue |
Gets the issue category. NOTE: This property will not be serialized. It can only be populated by the server. |
| issue |
Gets the issue id. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
impactedObjects
Gets the list of impacted objects. NOTE: This property will not be serialized. It can only be populated by the server.
impactedObjects?: ImpactedAssessmentObject[]
Property Value
issueCategory
Gets the issue category. NOTE: This property will not be serialized. It can only be populated by the server.
issueCategory?: string
Property Value
string
issueId
Gets the issue id. NOTE: This property will not be serialized. It can only be populated by the server.
issueId?: string
Property Value
string