DatabaseSchemas interface
DatabaseSchemas を表すインターフェイス。
メソッド
get(string, string, string, string, Database |
データベース スキーマを取得する |
list |
データベース スキーマを一覧表示する |
メソッドの詳細
get(string, string, string, string, DatabaseSchemasGetOptionalParams)
データベース スキーマを取得する
function get(resourceGroupName: string, serverName: string, databaseName: string, schemaName: string, options?: DatabaseSchemasGetOptionalParams): Promise<DatabaseSchema>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serverName
-
string
サーバーの名前。
- databaseName
-
string
データベースの名前。
- schemaName
-
string
スキーマの名前です。
- options
- DatabaseSchemasGetOptionalParams
options パラメーター。
戻り値
Promise<DatabaseSchema>
listByDatabase(string, string, string, DatabaseSchemasListByDatabaseOptionalParams)
データベース スキーマを一覧表示する
function listByDatabase(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabaseSchemasListByDatabaseOptionalParams): PagedAsyncIterableIterator<DatabaseSchema, DatabaseSchema[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serverName
-
string
サーバーの名前。
- databaseName
-
string
データベースの名前。
options パラメーター。