getFabric

Gets the details of the fabric. Uses Azure REST API version 2021-02-16-preview. Other available API versions: 2024-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native datareplication [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Fabric model.

Parameters

argument

null


suspend fun getFabric(fabricName: String, resourceGroupName: String): GetFabricResult

Return

Fabric model.

Parameters

fabricName

The fabric name.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getFabric(argument: suspend GetFabricPlainArgsBuilder.() -> Unit): GetFabricResult

Return

Fabric model.

Parameters

argument

Builder for com.pulumi.azurenative.datareplication.kotlin.inputs.GetFabricPlainArgs.

See also