StartMigrationScenarioServerRoleResult interface
Server role migration result
Properties
exceptions |
Migration exceptions and warnings. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of server role. NOTE: This property will not be serialized. It can only be populated by the server. |
state | Current state of migration NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
exceptionsAndWarnings
Migration exceptions and warnings. NOTE: This property will not be serialized. It can only be populated by the server.
exceptionsAndWarnings?: ReportableException[]
Property Value
name
Name of server role. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
state
Current state of migration NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
Azure SDK for JavaScript