on_prem_locations
Creates, updates, deletes, gets or lists a on_prem_locations
resource.
Overview
Name | on_prem_locations |
Type | Resource |
Id | azure_stack.network_admin.on_prem_locations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the location the operation is being held. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Returns the list of supported locations |
SELECT
examples
Returns the list of supported locations
SELECT
name
FROM azure_stack.network_admin.on_prem_locations
;