ManagedDatabaseSchemas interface

Interface representing a ManagedDatabaseSchemas.

Methods

get(string, string, string, string, ManagedDatabaseSchemasGetOptionalParams)

Get managed database schema

listByDatabase(string, string, string, ManagedDatabaseSchemasListByDatabaseOptionalParams)

List managed database schemas

Method Details

get(string, string, string, string, ManagedDatabaseSchemasGetOptionalParams)

Get managed database schema

function get(resourceGroupName: string, managedInstanceName: string, databaseName: string, schemaName: string, options?: ManagedDatabaseSchemasGetOptionalParams): Promise<DatabaseSchema>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

databaseName

string

The name of the database.

schemaName

string

The name of the schema.

options
ManagedDatabaseSchemasGetOptionalParams

The options parameters.

Returns

Promise<DatabaseSchema>

listByDatabase(string, string, string, ManagedDatabaseSchemasListByDatabaseOptionalParams)

List managed database schemas

function listByDatabase(resourceGroupName: string, managedInstanceName: string, databaseName: string, options?: ManagedDatabaseSchemasListByDatabaseOptionalParams): PagedAsyncIterableIterator<DatabaseSchema, DatabaseSchema[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

databaseName

string

The name of the database.

options
ManagedDatabaseSchemasListByDatabaseOptionalParams

The options parameters.

Returns