Skip to main content

manager_effective_security_admin_rules

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

Overview

Namemanager_effective_security_admin_rules
TypeResource
Idazure.network.manager_effective_security_admin_rules

Fields

The following fields are returned by SELECT queries:

OK - Returns information about the configurations.

NameDatatypeDescription
idstringResource ID.
configurationDescriptionstringA description of the security admin configuration.
kindstringWhether the rule is custom or default.
ruleCollectionAppliesToGroupsarrayGroups for rule collection
ruleCollectionDescriptionstringA description of the rule collection.
ruleGroupsarrayEffective configuration groups.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectList all effective security admin rules applied on a virtual network.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

List all effective security admin rules applied on a virtual network.

SELECT
id,
configurationDescription,
kind,
ruleCollectionAppliesToGroups,
ruleCollectionDescription,
ruleGroups
FROM azure.network.manager_effective_security_admin_rules
;