locations_operation_results
Creates, updates, deletes, gets or lists a locations_operation_results
resource.
Overview
Name | locations_operation_results |
Type | Resource |
Id | azure_stack.network_admin.locations_operation_results |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the operation being performed on this particular object. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location | Returns the list of operation results for a location |
SELECT
examples
Returns the list of operation results for a location
SELECT
name
FROM azure_stack.network_admin.locations_operation_results
WHERE location = '{{ location }}';