network_connections_outbound_network_dependencies_endpoints
Creates, updates, deletes, gets or lists a network_connections_outbound_network_dependencies_endpoints
resource.
Overview
Name | network_connections_outbound_network_dependencies_endpoints |
Type | Resource |
Id | azure.dev_center.network_connections_outbound_network_dependencies_endpoints |
Fields
The following fields are returned by SELECT
queries:
- list
The operation was successful. The response contains a list of outbound network dependencies.
Name | Datatype | Description |
---|---|---|
category | string | The type of service that the agent connects to. |
endpoints | array | The endpoints for this service for which the agent requires outbound access. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | 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. |
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.
Name | Datatype | Description |
---|
SELECT
examples
- list
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
;