ConsistencyCheckTaskDetails 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.
This class contains monitoring details of all the inconsistent Protected Entities in Vmm.
[Newtonsoft.Json.JsonObject("ConsistencyCheckTaskDetails")]
public class ConsistencyCheckTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TaskTypeDetails
[<Newtonsoft.Json.JsonObject("ConsistencyCheckTaskDetails")>]
type ConsistencyCheckTaskDetails = class
inherit TaskTypeDetails
Public Class ConsistencyCheckTaskDetails
Inherits TaskTypeDetails
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
ConsistencyCheckTaskDetails() |
Initializes a new instance of the ConsistencyCheckTaskDetails class. |
ConsistencyCheckTaskDetails(IList<InconsistentVmDetails>) |
Initializes a new instance of the ConsistencyCheckTaskDetails class. |
Properties
VMDetails |
Gets or sets the list of inconsistent Vm details. |