ManagedDatabaseColumns interface
Interface representing a ManagedDatabaseColumns.
Methods
get(string, string, string, string, string, string, Managed |
Get managed database column |
list |
List managed database columns |
list |
List managed database columns |
Method Details
get(string, string, string, string, string, string, ManagedDatabaseColumnsGetOptionalParams)
Get managed database column
function get(resourceGroupName: string, managedInstanceName: string, databaseName: string, schemaName: string, tableName: string, columnName: string, options?: ManagedDatabaseColumnsGetOptionalParams): Promise<DatabaseColumn>
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.
- tableName
-
string
The name of the table.
- columnName
-
string
The name of the column.
The options parameters.
Returns
Promise<DatabaseColumn>
listByDatabase(string, string, string, ManagedDatabaseColumnsListByDatabaseOptionalParams)
List managed database columns
function listByDatabase(resourceGroupName: string, managedInstanceName: string, databaseName: string, options?: ManagedDatabaseColumnsListByDatabaseOptionalParams): PagedAsyncIterableIterator<DatabaseColumn, DatabaseColumn[], 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.
The options parameters.
Returns
listByTable(string, string, string, string, string, ManagedDatabaseColumnsListByTableOptionalParams)
List managed database columns
function listByTable(resourceGroupName: string, managedInstanceName: string, databaseName: string, schemaName: string, tableName: string, options?: ManagedDatabaseColumnsListByTableOptionalParams): PagedAsyncIterableIterator<DatabaseColumn, DatabaseColumn[], 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.
- schemaName
-
string
The name of the schema.
- tableName
-
string
The name of the table.
The options parameters.