disk_pools_outbound_network_dependencies_endpoints
Creates, updates, deletes, gets or lists a disk_pools_outbound_network_dependencies_endpoints
resource.
Overview
Name | disk_pools_outbound_network_dependencies_endpoints |
Type | Resource |
Id | azure.storage_pool.disk_pools_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 |
---|---|---|---|
list | SELECT | diskPoolName, resourceGroupName, subscriptionId | Gets the network endpoints of all outbound dependencies of a Disk Pool |
SELECT
examples
Gets the network endpoints of all outbound dependencies of a Disk Pool
SELECT
category,
endpoints
FROM azure.storage_pool.disk_pools_outbound_network_dependencies_endpoints
WHERE diskPoolName = '{{ diskPoolName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';