Skip to main content

scheduled_query_rule_nsps

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

Overview

Namescheduled_query_rule_nsps
TypeResource
Idazure.monitor.scheduled_query_rule_nsps

Fields

NameDatatypeDescription
idtextAzure resource Id
nametextAzure resource name
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
ruleNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextAzure resource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkSecurityPerimeterConfigurationName, resourceGroupName, ruleName, subscriptionIdGets a network security perimeter configuration.
listSELECTresourceGroupName, ruleName, subscriptionIdGets a list of NSP configurations for specified scheduled query rule.

SELECT examples

Gets a list of NSP configurations for specified scheduled query rule.

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