Skip to main content

data_collection_endpoints_nsps

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

Overview

Namedata_collection_endpoints_nsps
TypeResource
Idazure.monitor.data_collection_endpoints_nsps

Fields

NameDatatypeDescription
idtextAzure resource Id
nametextAzure resource name
dataCollectionEndpointNametextfield from the properties object
networkSecurityPerimeterConfigurationNametextfield from the properties object
network_security_perimetertextfield from the properties object
profiletextfield from the properties object
provisioning_issuestextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
resource_associationtextfield from the properties object
subscriptionIdtextfield from the properties object
typetextAzure resource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTdataCollectionEndpointName, networkSecurityPerimeterConfigurationName, resourceGroupName, subscriptionId
listSELECTdataCollectionEndpointName, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
name,
dataCollectionEndpointName,
networkSecurityPerimeterConfigurationName,
network_security_perimeter,
profile,
provisioning_issues,
provisioning_state,
resourceGroupName,
resource_association,
subscriptionId,
type
FROM azure.monitor.vw_data_collection_endpoints_nsps
WHERE dataCollectionEndpointName = '{{ dataCollectionEndpointName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';