on_prem_locations
Creates, updates, deletes, gets or lists an on_prem_locations
resource.
Overview
Name | on_prem_locations |
Type | Resource |
Id | azure_stack.network_admin.on_prem_locations |
Fields
The following fields are returned by SELECT
queries:
- list
Name | Datatype | Description |
---|---|---|
name | string | The name of the location the operation is being held. |
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | Returns the list of supported locations |
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 |
---|
SELECT
examples
- list
Returns the list of supported locations
SELECT
name
FROM azure_stack.network_admin.on_prem_locations
;