getFabric

Gets the details of the fabric. Azure REST API version: 2021-02-16-preview.

Return

Fabric model.

Parameters

argument

null


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

Return

Fabric model.

See also

Parameters

fabricName

The fabric name.

resourceGroupName

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


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

Return

Fabric model.

See also

Parameters

argument

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