watchers_vm_security_rules
Creates, updates, deletes, gets or lists a watchers_vm_security_rules
resource.
Overview
Name | watchers_vm_security_rules |
Type | Resource |
Id | azure.network.watchers_vm_security_rules |
Fields
Name | Datatype | Description |
---|---|---|
networkInterfaces | array | List of network interfaces on the specified VM. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | networkWatcherName, resourceGroupName, subscriptionId, data__targetResourceId | Gets the configured and effective security group rules on the specified VM. |
SELECT
examples
Gets the configured and effective security group rules on the specified VM.
SELECT
networkInterfaces
FROM azure.network.watchers_vm_security_rules
WHERE networkWatcherName = '{{ networkWatcherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__targetResourceId = '{{ data__targetResourceId }}';