application_gateways_available_server_variables
Creates, updates, deletes, gets or lists an application_gateways_available_server_variables
resource.
Overview
Name | application_gateways_available_server_variables |
Type | Resource |
Id | azure.network.application_gateways_available_server_variables |
Fields
The following fields are returned by SELECT
queries:
- list
Success. The operation returns a list of all available server variables.
Name | Datatype | Description |
---|
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | subscriptionId | Lists all available server variables. |
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 |
---|---|---|
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
SELECT
examples
- list
Lists all available server variables.
SELECT
*
FROM azure.network.application_gateways_available_server_variables
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;