data_collection_endpoints_nsps
Creates, updates, deletes, gets or lists a data_collection_endpoints_nsps
resource.
Overview
Name | data_collection_endpoints_nsps |
Type | Resource |
Id | azure.monitor.data_collection_endpoints_nsps |
Fields
- vw_data_collection_endpoints_nsps
- data_collection_endpoints_nsps
Name | Datatype | Description |
---|---|---|
id | text | Azure resource Id |
name | text | Azure resource name |
dataCollectionEndpointName | text | field from the properties object |
networkSecurityPerimeterConfigurationName | text | field from the properties object |
network_security_perimeter | text | field from the properties object |
profile | text | field from the properties object |
provisioning_issues | text | field from the properties object |
provisioning_state | text | field from the properties object |
resourceGroupName | text | field from the properties object |
resource_association | text | field from the properties object |
subscriptionId | text | field from the properties object |
type | text | Azure resource type |
Name | Datatype | Description |
---|---|---|
id | string | Azure resource Id |
name | string | Azure resource name |
properties | object | Network security configuration properties. |
type | string | Azure resource type |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | dataCollectionEndpointName, networkSecurityPerimeterConfigurationName, resourceGroupName, subscriptionId | |
list | SELECT | dataCollectionEndpointName, resourceGroupName, subscriptionId |
SELECT
examples
- vw_data_collection_endpoints_nsps
- data_collection_endpoints_nsps
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 }}';
SELECT
id,
name,
properties,
type
FROM azure.monitor.data_collection_endpoints_nsps
WHERE dataCollectionEndpointName = '{{ dataCollectionEndpointName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';