Skip to main content

azure_traffic_collectors_by_resource_groups

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

Overview

Nameazure_traffic_collectors_by_resource_groups
TypeResource
Idazure.network_function.azure_traffic_collectors_by_resource_groups

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
etagstringA unique read-only string that changes whenever the resource is updated.
locationstringResource location.
propertiesobjectAzure Traffic Collector resource properties.
systemDataobjectMetadata pertaining to creation and last modification of the resource.
tagsobjectResource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, subscriptionIdReturn 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 }}';