This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.managednetworkfabric.getNetworkFabricTopology
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets Topology of the underlying resources in the given Network Fabric instance. Azure REST API version: 2023-06-15.
Using getNetworkFabricTopology
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNetworkFabricTopology(args: GetNetworkFabricTopologyArgs, opts?: InvokeOptions): Promise<GetNetworkFabricTopologyResult>
function getNetworkFabricTopologyOutput(args: GetNetworkFabricTopologyOutputArgs, opts?: InvokeOptions): Output<GetNetworkFabricTopologyResult>def get_network_fabric_topology(network_fabric_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetNetworkFabricTopologyResult
def get_network_fabric_topology_output(network_fabric_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetNetworkFabricTopologyResult]func GetNetworkFabricTopology(ctx *Context, args *GetNetworkFabricTopologyArgs, opts ...InvokeOption) (*GetNetworkFabricTopologyResult, error)
func GetNetworkFabricTopologyOutput(ctx *Context, args *GetNetworkFabricTopologyOutputArgs, opts ...InvokeOption) GetNetworkFabricTopologyResultOutput> Note: This function is named GetNetworkFabricTopology in the Go SDK.
public static class GetNetworkFabricTopology 
{
    public static Task<GetNetworkFabricTopologyResult> InvokeAsync(GetNetworkFabricTopologyArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkFabricTopologyResult> Invoke(GetNetworkFabricTopologyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkFabricTopologyResult> getNetworkFabricTopology(GetNetworkFabricTopologyArgs args, InvokeOptions options)
public static Output<GetNetworkFabricTopologyResult> getNetworkFabricTopology(GetNetworkFabricTopologyArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:managednetworkfabric:getNetworkFabricTopology
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NetworkFabric stringName 
- Name of the Network Fabric.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- NetworkFabric stringName 
- Name of the Network Fabric.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- networkFabric StringName 
- Name of the Network Fabric.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- networkFabric stringName 
- Name of the Network Fabric.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- network_fabric_ strname 
- Name of the Network Fabric.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- networkFabric StringName 
- Name of the Network Fabric.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getNetworkFabricTopology Result
The following output properties are available:
- ConfigurationState string
- Gets the configuration state.
- Error
Pulumi.Azure Native. Managed Network Fabric. Outputs. Error Detail Response 
- The error object.
- Url string
- URL for the details of the response.
- ConfigurationState string
- Gets the configuration state.
- Error
ErrorDetail Response 
- The error object.
- Url string
- URL for the details of the response.
- configurationState String
- Gets the configuration state.
- error
ErrorDetail Response 
- The error object.
- url String
- URL for the details of the response.
- configurationState string
- Gets the configuration state.
- error
ErrorDetail Response 
- The error object.
- url string
- URL for the details of the response.
- configuration_state str
- Gets the configuration state.
- error
ErrorDetail Response 
- The error object.
- url str
- URL for the details of the response.
- configurationState String
- Gets the configuration state.
- error Property Map
- The error object.
- url String
- URL for the details of the response.
Supporting Types
ErrorAdditionalInfoResponse   
ErrorDetailResponse  
- AdditionalInfo List<Pulumi.Azure Native. Managed Network Fabric. Inputs. Error Additional Info Response> 
- The error additional info.
- Code string
- The error code.
- Details
List<Pulumi.Azure Native. Managed Network Fabric. Inputs. Error Detail Response> 
- The error details.
- Message string
- The error message.
- Target string
- The error target.
- AdditionalInfo []ErrorAdditional Info Response 
- The error additional info.
- Code string
- The error code.
- Details
[]ErrorDetail Response 
- The error details.
- Message string
- The error message.
- Target string
- The error target.
- additionalInfo List<ErrorAdditional Info Response> 
- The error additional info.
- code String
- The error code.
- details
List<ErrorDetail Response> 
- The error details.
- message String
- The error message.
- target String
- The error target.
- additionalInfo ErrorAdditional Info Response[] 
- The error additional info.
- code string
- The error code.
- details
ErrorDetail Response[] 
- The error details.
- message string
- The error message.
- target string
- The error target.
- additional_info Sequence[ErrorAdditional Info Response] 
- The error additional info.
- code str
- The error code.
- details
Sequence[ErrorDetail Response] 
- The error details.
- message str
- The error message.
- target str
- The error target.
- additionalInfo List<Property Map>
- The error additional info.
- code String
- The error code.
- details List<Property Map>
- The error details.
- message String
- The error message.
- target String
- The error target.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi