SchemaOperations interface

Interface representing a SchemaOperations.

Methods

get(string, string, SchemaGetOptionalParams)

Gets the schema for a given workspace.

Method Details

get(string, string, SchemaGetOptionalParams)

Gets the schema for a given workspace.

function get(resourceGroupName: string, workspaceName: string, options?: SchemaGetOptionalParams): Promise<SearchGetSchemaResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

options
SchemaGetOptionalParams

The options parameters.

Returns