database_instances_database_instances
Creates, updates, deletes, gets or lists a database_instances_database_instances
resource.
Overview
Name | database_instances_database_instances |
Type | Resource |
Id | azure.migrate_projects.database_instances_database_instances |
Fields
- vw_database_instances_database_instances
- database_instances_database_instances
Name | Datatype | Description |
---|---|---|
id | text | Gets or sets the relative URL to get to this REST resource. |
name | text | Gets or sets the name of this REST resource. |
databaseInstanceName | text | field from the properties object |
discovery_data | text | field from the properties object |
last_updated_time | text | field from the properties object |
migrateProjectName | text | field from the properties object |
resourceGroupName | text | field from the properties object |
subscriptionId | text | field from the properties object |
summary | text | field from the properties object |
type | text | Gets the type of this REST resource. |
Name | Datatype | Description |
---|---|---|
id | string | Gets or sets the relative URL to get to this REST resource. |
name | string | Gets or sets the name of this REST resource. |
properties | object | Properties of the database instance resource. |
type | string | Gets the type of this REST resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | databaseInstanceName, migrateProjectName, resourceGroupName, subscriptionId |
SELECT
examples
- vw_database_instances_database_instances
- database_instances_database_instances
SELECT
id,
name,
databaseInstanceName,
discovery_data,
last_updated_time,
migrateProjectName,
resourceGroupName,
subscriptionId,
summary,
type
FROM azure.migrate_projects.vw_database_instances_database_instances
WHERE databaseInstanceName = '{{ databaseInstanceName }}'
AND migrateProjectName = '{{ migrateProjectName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
properties,
type
FROM azure.migrate_projects.database_instances_database_instances
WHERE databaseInstanceName = '{{ databaseInstanceName }}'
AND migrateProjectName = '{{ migrateProjectName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';