SqlPoolMetadataSyncConfigsClient Interface

public interface SqlPoolMetadataSyncConfigsClient

An instance of this class provides access to all the operations defined in SqlPoolMetadataSyncConfigsClient.

Method Summary

Modifier and Type Method and Description
abstract MetadataSyncConfigInner create(String resourceGroupName, String workspaceName, String sqlPoolName, MetadataSyncConfigInner metadataSyncConfiguration)

Set SQL pool metadata sync config

abstract Response<MetadataSyncConfigInner> createWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, MetadataSyncConfigInner metadataSyncConfiguration, Context context)

Set SQL pool metadata sync config

abstract MetadataSyncConfigInner get(String resourceGroupName, String workspaceName, String sqlPoolName)

Get SQL pool metadata sync config

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

Get SQL pool metadata sync config

Method Details

create

public abstract MetadataSyncConfigInner create(String resourceGroupName, String workspaceName, String sqlPoolName, MetadataSyncConfigInner metadataSyncConfiguration)

Set SQL pool metadata sync config

Set the metadata sync configuration for a SQL pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
metadataSyncConfiguration - Metadata sync configuration.

Returns:

metadata sync configuration.

createWithResponse

public abstract Response createWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, MetadataSyncConfigInner metadataSyncConfiguration, Context context)

Set SQL pool metadata sync config

Set the metadata sync configuration for a SQL pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
metadataSyncConfiguration - Metadata sync configuration.
context - The context to associate with this operation.

Returns:

metadata sync configuration along with Response<T>.

get

public abstract MetadataSyncConfigInner get(String resourceGroupName, String workspaceName, String sqlPoolName)

Get SQL pool metadata sync config

Get the metadata sync configuration for a SQL pool.

Parameters:

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

Returns:

the metadata sync configuration for a SQL pool.

getWithResponse

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

Get SQL pool metadata sync config

Get the metadata sync configuration for a SQL pool.

Parameters:

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

Returns:

the metadata sync configuration for a SQL pool along with Response<T>.

Applies to