Skip to main content

network_fabrics_topologies

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

Overview

Namenetwork_fabrics_topologies
TypeResource
Idazure.managed_network_fabric.network_fabrics_topologies

Fields

NameDatatypeDescription
configurationStatestringConfiguration state for the resource.
errorobjectThe error detail.
urlstringURL for the details of the response.

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkFabricName, resourceGroupName, subscriptionIdGets Topology of the underlying resources in the given Network Fabric instance.

SELECT examples

Gets Topology of the underlying resources in the given Network Fabric instance.

SELECT
configurationState,
error,
url
FROM azure.managed_network_fabric.network_fabrics_topologies
WHERE networkFabricName = '{{ networkFabricName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';