container_groups_outbound_network_dependencies_endpoints
Creates, updates, deletes, gets or lists a container_groups_outbound_network_dependencies_endpoints
resource.
Overview
Name | container_groups_outbound_network_dependencies_endpoints |
Type | Resource |
Id | azure.container_instances.container_groups_outbound_network_dependencies_endpoints |
Fields
Name | Datatype | Description |
---|---|---|
column_anon | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | containerGroupName, resourceGroupName, subscriptionId | 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
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 }}';