getDataPool

Gets the properties of a Data Pool API Version: 2021-02-01-preview.

Return

ADP Data Pool

Parameters

argument

null


suspend fun getDataPool(accountName: String, dataPoolName: String, resourceGroupName: String): GetDataPoolResult

Return

ADP Data Pool

Parameters

accountName

The name of the ADP account

dataPoolName

The name of the Data Pool

resourceGroupName

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

See also


suspend fun getDataPool(argument: suspend GetDataPoolPlainArgsBuilder.() -> Unit): GetDataPoolResult

Return

ADP Data Pool

Parameters

argument

Builder for com.pulumi.azurenative.autonomousdevelopmentplatform.kotlin.inputs.GetDataPoolPlainArgs.

See also