Share via


RecoveryPlanActionDetailsConverter.Create(Type, JObject) Method

Definition

Creates recovery plan action custom details.

protected override Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails Create (Type objectType, Newtonsoft.Json.Linq.JObject jObject);
override this.Create : Type * Newtonsoft.Json.Linq.JObject -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.RecoveryPlanActionDetails
Protected Overrides Function Create (objectType As Type, jObject As JObject) As RecoveryPlanActionDetails

Parameters

objectType
Type

Object type.

jObject
Newtonsoft.Json.Linq.JObject

JSON object that will be deserialized.

Returns

Returns recovery plan action custom details.

Applies to