check_virtual_network_subnet_usage
Creates, updates, deletes, gets or lists a check_virtual_network_subnet_usage resource.
Overview
| Name | check_virtual_network_subnet_usage |
| Type | Resource |
| Id | azure.mysql_flexible_servers.check_virtual_network_subnet_usage |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
execute | exec | location_name, subscription_id | Get virtual network subnet usage for a given vNet resource id. |
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.
| Name | Datatype | Description |
|---|---|---|
location_name | string | The name of the location. Required. |
subscription_id | string |
Lifecycle Methods
- execute
Get virtual network subnet usage for a given vNet resource id.
EXEC azure.mysql_flexible_servers.check_virtual_network_subnet_usage.execute
@location_name='{{ location_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"virtualNetworkResourceId": "{{ virtualNetworkResourceId }}"
}'
;