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

The following fields are returned by SELECT queries:

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectlocationReturns the list of operation results for a location

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.

NameDatatypeDescription
locationstringThe name of Azure region.

SELECT examples

Returns the list of operation results for a location

SELECT
name
FROM azure_stack.network_admin.locations_operation_results
WHERE location = '{{ location }}' -- required
;