Skip to main content

fabric_locations

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

Overview

Namefabric_locations
TypeResource
Idazure_stack.fabric_admin.fabric_locations

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
data_geo_locationtextfield from the properties object
exclusive_admin_operation_nametextfield from the properties object
exclusive_admin_operation_runningtextfield from the properties object
external_dnsip_address01textfield from the properties object
external_dnsip_address02textfield from the properties object
fabricLocationtextfield from the properties object
locationtextThe region where the resource is located.
pep_ip_addressestextfield from the properties object
resourceGroupNametextfield from the properties object
shut_down_action_plan_end_timetextfield from the properties object
shut_down_action_plan_start_timetextfield from the properties object
stamp_cloud_idtextfield from the properties object
stamp_information_idtextfield from the properties object
start_up_action_plan_end_timetextfield from the properties object
start_up_action_plan_start_timetextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextList of key-value pairs.
time_servertextfield from the properties object
typetextType of resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTfabricLocation, resourceGroupName, subscriptionIdReturns the requested fabric location.
listSELECTresourceGroupName, subscriptionIdReturns a list of all fabric locations.

SELECT examples

Returns a list of all fabric locations.

SELECT
id,
name,
data_geo_location,
exclusive_admin_operation_name,
exclusive_admin_operation_running,
external_dnsip_address01,
external_dnsip_address02,
fabricLocation,
location,
pep_ip_addresses,
resourceGroupName,
shut_down_action_plan_end_time,
shut_down_action_plan_start_time,
stamp_cloud_id,
stamp_information_id,
start_up_action_plan_end_time,
start_up_action_plan_start_time,
subscriptionId,
tags,
time_server,
type
FROM azure_stack.fabric_admin.vw_fabric_locations
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';