getDra

suspend fun getDra(argument: GetDraPlainArgs): GetDraResult

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

Return

Dra model.

Parameters

argument

null


suspend fun getDra(fabricAgentName: String, fabricName: String, resourceGroupName: String): GetDraResult

Return

Dra model.

See also

Parameters

fabricAgentName

The fabric agent (Dra) name.

fabricName

The fabric name.

resourceGroupName

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


suspend fun getDra(argument: suspend GetDraPlainArgsBuilder.() -> Unit): GetDraResult

Return

Dra model.

See also

Parameters

argument

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