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

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