RecoveryPlanProviderSpecificDetailsConverter.Create(Type, JObject) Method
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.
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.