Skip to main content

network_connections_outbound_network_dependencies_endpoints

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

Overview

Namenetwork_connections_outbound_network_dependencies_endpoints
TypeResource
Idazure.dev_center.network_connections_outbound_network_dependencies_endpoints

Fields

The following fields are returned by SELECT queries:

The operation was successful. The response contains a list of outbound network dependencies.

NameDatatypeDescription
categorystringThe type of service that the agent connects to.
endpointsarrayThe endpoints for this service for which the agent requires outbound access.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectLists the endpoints that agents may call as part of Dev Box service administration. These FQDNs should be allowed for outbound access in order for the Dev Box service to function.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Lists the endpoints that agents may call as part of Dev Box service administration. These FQDNs should be allowed for outbound access in order for the Dev Box service to function.

SELECT
category,
endpoints
FROM azure.dev_center.network_connections_outbound_network_dependencies_endpoints
;