Skip to main content

on_prem_locations

Creates, updates, deletes, gets or lists an on_prem_locations resource.

Overview

Nameon_prem_locations
TypeResource
Idazure_stack.network_admin.on_prem_locations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringThe name of the location the operation is being held.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectReturns 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.

NameDatatypeDescription

SELECT examples

Returns the list of supported locations

SELECT
name
FROM azure_stack.network_admin.on_prem_locations
;