getDra

suspend fun getDra(argument: GetDraPlainArgs): GetDraResult

Gets the details of the fabric agent. Uses 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.

Parameters

fabricAgentName

The fabric agent (Dra) name.

fabricName

The fabric name.

resourceGroupName

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

See also


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

Return

Dra model.

Parameters

argument

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

See also