你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataMigrationServiceStatusResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service health status
public class DataMigrationServiceStatusResponse
type DataMigrationServiceStatusResponse = class
Public Class DataMigrationServiceStatusResponse
- Inheritance
-
DataMigrationServiceStatusResponse
Constructors
DataMigrationServiceStatusResponse() |
Initializes a new instance of the DataMigrationServiceStatusResponse class. |
DataMigrationServiceStatusResponse(String, String, String, IList<String>) |
Initializes a new instance of the DataMigrationServiceStatusResponse class. |
Properties
AgentVersion |
Gets or sets the DMS instance agent version |
Status |
Gets or sets the machine-readable status, such as 'Initializing', 'Offline', 'Online', 'Deploying', 'Deleting', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop' or 'Failed' |
SupportedTaskTypes |
Gets or sets the list of supported task types |
VMSize |
Gets or sets the services virtual machine size, such as 'Standard_D2_v2' |