environments_outbound_network_dependencies_endpoints
Creates, updates, deletes, gets or lists a environments_outbound_network_dependencies_endpoints
resource.
Overview
Name | environments_outbound_network_dependencies_endpoints |
Type | Resource |
Id | azure.app_service.environments_outbound_network_dependencies_endpoints |
Fields
Name | Datatype | Description |
---|---|---|
category | string | The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory. |
endpoints | array | The endpoints that the App Service Environment reaches the service at. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | name, resourceGroupName, subscriptionId | Description for Get the network endpoints of all outbound dependencies of an App Service Environment. |
SELECT
examples
Description for Get the network endpoints of all outbound dependencies of an App Service Environment.
SELECT
category,
endpoints
FROM azure.app_service.environments_outbound_network_dependencies_endpoints
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';