RecoveryPlanActionDetailsConverter 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.
Custom Convertor for deserializing RecoveryPlanActionDetails(RecoveryPlan) object
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails))]
public class RecoveryPlanActionDetailsConverter : Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.JsonCreationConverter<Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails))>]
type RecoveryPlanActionDetailsConverter = class
inherit JsonCreationConverter<RecoveryPlanActionDetails>
Public Class RecoveryPlanActionDetailsConverter
Inherits JsonCreationConverter(Of RecoveryPlanActionDetails)
- Inheritance
-
Newtonsoft.Json.JsonConverterRecoveryPlanActionDetailsConverter
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Constructors
RecoveryPlanActionDetailsConverter() |
Properties
CanWrite |
Gets a value indicating whether this Newtonsoft.Json.JsonConverter can write JSON |
CanWrite |
Gets a value indicating whether this Newtonsoft.Json.JsonConverter can write JSON (Inherited from JsonCreationConverter<T>) |
Methods
CanConvert(Type) |
Determines whether this instance can convert the specified object type. (Inherited from JsonCreationConverter<T>) |
Create(Type, JObject) |
Creates recovery plan action custom details. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Reads the JSON representation of the object. (Inherited from JsonCreationConverter<T>) |
WriteJson(JsonWriter, Object, JsonSerializer) |
Writes the JSON representation of the object. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Writes the JSON representation of the object. (Inherited from JsonCreationConverter<T>) |