getFabricAgent

Gets the details of the fabric agent. Uses Azure REST API version 2024-09-01.

Return

Fabric agent model.

Parameters

argument

null


suspend fun getFabricAgent(fabricAgentName: String, fabricName: String, resourceGroupName: String): GetFabricAgentResult

Return

Fabric agent model.

Parameters

fabricAgentName

The fabric agent name.

fabricName

The fabric name.

resourceGroupName

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

See also


Return

Fabric agent model.

Parameters

argument

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

See also