DraDetails 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.
DRA details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.DraDetailsTypeConverter))]
public class DraDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IDraDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.DraDetailsTypeConverter))>]
type DraDetails = class
interface IDraDetails
interface IJsonSerializable
Public Class DraDetails
Implements IDraDetails
- Inheritance
-
DraDetails
- Attributes
- Implements
Constructors
DraDetails() |
Creates an new DraDetails instance. |
Properties
BiosId |
The DRA Bios Id. |
ForwardProtectedItemCount |
The count of protected items which are protected in forward direction. |
Health |
The health. |
HealthError |
The health errors. |
Id |
The DRA Id. |
LastHeartbeatUtc |
The last heartbeat received from the DRA. |
Name |
The DRA name. |
ReverseProtectedItemCount |
The count of protected items which are protected in reverse direction. |
Version |
The version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DraDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DraDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IDraDetails. |
FromJsonString(String) |
Creates a new instance of DraDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DraDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |