Share via


AzureSqlSyncGroupCmdletBase.ConstructSchemaFromJObject(JObject) Method

Definition

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

Applies to