Schemas Interface

public interface Schemas

Resource collection API of Schemas.

Method Summary

Modifier and Type Method and Description
abstract SearchGetSchemaResponse get(String resourceGroupName, String workspaceName)

Gets the schema for a given workspace.

abstract Response<SearchGetSchemaResponse> getWithResponse(String resourceGroupName, String workspaceName, Context context)

Gets the schema for a given workspace.

Method Details

get

public abstract SearchGetSchemaResponse get(String resourceGroupName, String workspaceName)

Gets the schema for a given workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.

Returns:

the schema for a given workspace.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String workspaceName, Context context)

Gets the schema for a given workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
context - The context to associate with this operation.

Returns:

the schema for a given workspace along with Response<T>.

Applies to

Azure SDK for Java

Preview