Skip to main content

locations_operation_results

Creates, updates, deletes, gets or lists a locations_operation_results resource.

Overview

Namelocations_operation_results
TypeResource
Idazure_stack.network_admin.locations_operation_results

Fields

NameDatatypeDescription
namestringThe name of the operation being performed on this particular object.

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocationReturns 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 }}';