Skip to main content

container_groups_outbound_network_dependencies_endpoints

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

Overview

Namecontainer_groups_outbound_network_dependencies_endpoints
TypeResource
Idazure.container_instances.container_groups_outbound_network_dependencies_endpoints

Fields

NameDatatypeDescription
column_anonstring

Methods

NameAccessible byRequired ParamsDescription
getSELECTcontainerGroupName, resourceGroupName, subscriptionIdGets all the network dependencies for this container group to allow complete control of network setting and configuration. For container groups, this will always be an empty list.

SELECT examples

Gets all the network dependencies for this container group to allow complete control of network setting and configuration. For container groups, this will always be an empty list.

SELECT
column_anon
FROM azure.container_instances.container_groups_outbound_network_dependencies_endpoints
WHERE containerGroupName = '{{ containerGroupName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';