AzureSqlSyncGroupCmdletBase.ConstructSchemaFromJObject(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.
Construct schema for schema object
public static Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel ConstructSchemaFromJObject (Newtonsoft.Json.Linq.JObject jSchema);
static member ConstructSchemaFromJObject : Newtonsoft.Json.Linq.JObject -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncGroupSchemaModel
Public Shared Function ConstructSchemaFromJObject (jSchema As JObject) As AzureSqlSyncGroupSchemaModel
Parameters
- jSchema
- Newtonsoft.Json.Linq.JObject
JObject containing description of the schema
Returns
A schema object of member database