你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecoveryPlanActionDetailsConverter Class

Definition

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.JsonConverter
RecoveryPlanActionDetailsConverter
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>)

Applies to