network_fabrics_topologies
Creates, updates, deletes, gets or lists a network_fabrics_topologies
resource.
Overview
Name | network_fabrics_topologies |
Type | Resource |
Id | azure.managed_network_fabric.network_fabrics_topologies |
Fields
Name | Datatype | Description |
---|---|---|
configurationState | string | Configuration state for the resource. |
error | object | The error detail. |
url | string | URL for the details of the response. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | networkFabricName, resourceGroupName, subscriptionId | Gets 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 }}';