get Integration Fabric
suspend fun getIntegrationFabric(argument: GetIntegrationFabricPlainArgs): GetIntegrationFabricResult
The integration fabric resource type. Uses Azure REST API version 2024-10-01. Other available API versions: 2023-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dashboard [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The integration fabric resource type.
Parameters
argument
null
suspend fun getIntegrationFabric(integrationFabricName: String, resourceGroupName: String, workspaceName: String): GetIntegrationFabricResult
Return
The integration fabric resource type.
Parameters
integration Fabric Name
The integration fabric name of Azure Managed Grafana.
resource Group Name
The name of the resource group. The name is case insensitive.
workspace Name
The workspace name of Azure Managed Grafana.
See also
suspend fun getIntegrationFabric(argument: suspend GetIntegrationFabricPlainArgsBuilder.() -> Unit): GetIntegrationFabricResult
Return
The integration fabric resource type.
Parameters
argument
Builder for com.pulumi.azurenative.dashboard.kotlin.inputs.GetIntegrationFabricPlainArgs.