container_host_mappings_container_host_mappings
Creates, updates, deletes, gets or lists a container_host_mappings_container_host_mappings
resource.
Overview
Name | container_host_mappings_container_host_mappings |
Type | Resource |
Id | azure_extras.dev_spaces.container_host_mappings_container_host_mappings |
Fields
Name | Datatype | Description |
---|---|---|
containerHostResourceId | string | ARM ID of the Container Host resource |
mappedControllerResourceId | string | ARM ID of the mapped Controller resource |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | location, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
containerHostResourceId,
mappedControllerResourceId
FROM azure_extras.dev_spaces.container_host_mappings_container_host_mappings
WHERE location = '{{ location }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';