Skip to main content

container_host_mappings_container_host_mappings

Creates, updates, deletes, gets or lists a container_host_mappings_container_host_mappings resource.

Overview

Namecontainer_host_mappings_container_host_mappings
TypeResource
Idazure_extras.dev_spaces.container_host_mappings_container_host_mappings

Fields

NameDatatypeDescription
containerHostResourceIdstringARM ID of the Container Host resource
mappedControllerResourceIdstringARM ID of the mapped Controller resource

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, 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 }}';