Resource Type: Azure > Load Balancer
The Load Balancer service is a network traffic distribution service that ensures high availability and network performance by distributing incoming traffic across multiple Azure resources. It can be used to create and manage load balancing rules for new or existing Azure virtual machines.
Resource Types
The Load Balancer service includes these resource types:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancerService
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancerService"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancerService';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancerService"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-loadbalancer#/resource/types/loadBalancerService' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query