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' |