Share via


RecoveryPlanProviderSpecificDetailsConverter.Create(Type, JObject) Method

Definition

Creates RecoveryPlanProviderSpecific details.

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

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