共用方式為


DatabaseSchemas interface

表示 DatabaseSchemas 的介面。

方法

get(string, string, string, string, DatabaseSchemasGetOptionalParams)

取得資料庫架構

listByDatabase(string, string, string, DatabaseSchemasListByDatabaseOptionalParams)

列出資料庫架構

方法詳細資料

get(string, string, string, string, DatabaseSchemasGetOptionalParams)

取得資料庫架構

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

參數

resourceGroupName

string

包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。

serverName

string

伺服器的名稱。

databaseName

string

資料庫的名稱。

schemaName

string

架構的名稱。

options
DatabaseSchemasGetOptionalParams

選項參數。

傳回

Promise<DatabaseSchema>

listByDatabase(string, string, string, DatabaseSchemasListByDatabaseOptionalParams)

列出資料庫架構

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

參數

resourceGroupName

string

包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。

serverName

string

伺服器的名稱。

databaseName

string

資料庫的名稱。

傳回