MigrationEligibilityInfo interface
Information about migration eligibility of a server object
Properties
is |
Whether object is eligible for migration or not. NOTE: This property will not be serialized. It can only be populated by the server. |
validation |
Information about eligibility failure for the server object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isEligibleForMigration
Whether object is eligible for migration or not. NOTE: This property will not be serialized. It can only be populated by the server.
isEligibleForMigration?: boolean
Property Value
boolean
validationMessages
Information about eligibility failure for the server object. NOTE: This property will not be serialized. It can only be populated by the server.
validationMessages?: string[]
Property Value
string[]
Azure SDK for JavaScript