get Network Fabric Topology
suspend fun getNetworkFabricTopology(argument: GetNetworkFabricTopologyPlainArgs): GetNetworkFabricTopologyResult
Gets Topology of the underlying resources in the given Network Fabric instance. Uses Azure REST API version 2023-06-15.
Return
The response of the action validate configuration.
Parameters
argument
null
suspend fun getNetworkFabricTopology(networkFabricName: String, resourceGroupName: String): GetNetworkFabricTopologyResult
Return
The response of the action validate configuration.
Parameters
network Fabric Name
Name of the Network Fabric.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getNetworkFabricTopology(argument: suspend GetNetworkFabricTopologyPlainArgsBuilder.() -> Unit): GetNetworkFabricTopologyResult
Return
The response of the action validate configuration.
Parameters
argument
Builder for com.pulumi.azurenative.managednetworkfabric.kotlin.inputs.GetNetworkFabricTopologyPlainArgs.