azure_traffic_collectors_by_resource_groups
Creates, updates, deletes, gets or lists a azure_traffic_collectors_by_resource_groups
resource.
Overview
Name | azure_traffic_collectors_by_resource_groups |
Type | Resource |
Id | azure.network_function.azure_traffic_collectors_by_resource_groups |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
etag | string | A unique read-only string that changes whenever the resource is updated. |
location | string | Resource location. |
properties | object | Azure Traffic Collector resource properties. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | resourceGroupName, subscriptionId | Return list of Azure Traffic Collectors in a Resource Group |
SELECT
examples
Return list of Azure Traffic Collectors in a Resource Group
SELECT
id,
name,
etag,
location,
properties,
systemData,
tags,
type
FROM azure.network_function.azure_traffic_collectors_by_resource_groups
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';