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