CanMigrateResult interface
Result for canMigrate operation.
Properties
can |
Flag that says if the profile can be migrated NOTE: This property will not be serialized. It can only be populated by the server. |
default |
Recommended sku for the migration NOTE: This property will not be serialized. It can only be populated by the server. |
errors | |
id | Resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
canMigrate
Flag that says if the profile can be migrated NOTE: This property will not be serialized. It can only be populated by the server.
canMigrate?: boolean
Property Value
boolean
defaultSku
Recommended sku for the migration NOTE: This property will not be serialized. It can only be populated by the server.
defaultSku?: string
Property Value
string
errors
id
Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string