DatabaseSchemas interface 
Interface representing a DatabaseSchemas.
Methods
| get(string, string, string, string, Database | Get database schema | 
| list | List database schemas | 
Method Details
		get(string, string, string, string, DatabaseSchemasGetOptionalParams)
	    
	Get database schema
function get(resourceGroupName: string, serverName: string, databaseName: string, schemaName: string, options?: DatabaseSchemasGetOptionalParams): 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.
- serverName
- 
				string 
The name of the server.
- databaseName
- 
				string 
The name of the database.
- schemaName
- 
				string 
The name of the schema.
- options
- DatabaseSchemasGetOptionalParams
The options parameters.
Returns
Promise<DatabaseSchema>
		listByDatabase(string, string, string, DatabaseSchemasListByDatabaseOptionalParams)
	      
	List database schemas
function listByDatabase(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseSchemasListByDatabaseOptionalParams): 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.
- serverName
- 
				string 
The name of the server.
- databaseName
- 
				string 
The name of the database.
The options parameters.