get Fabric Agent
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
fabric Agent Name
The fabric agent name.
fabric Name
The fabric name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getFabricAgent(argument: suspend GetFabricAgentPlainArgsBuilder.() -> Unit): GetFabricAgentResult
Return
Fabric agent model.
Parameters
argument
Builder for com.pulumi.azurenative.datareplication.kotlin.inputs.GetFabricAgentPlainArgs.