getDataManager

Gets information about the specified data manager resource. Uses Azure REST API version 2019-06-01.

Return

The DataManager resource.

Parameters

argument

null


suspend fun getDataManager(dataManagerName: String, resourceGroupName: String): GetDataManagerResult

Return

The DataManager resource.

Parameters

dataManagerName

The name of the DataManager Resource within the specified resource group. DataManager names must be between 3 and 24 characters in length and use any alphanumeric and underscore only

resourceGroupName

The Resource Group Name

See also


Return

The DataManager resource.

Parameters

argument

Builder for com.pulumi.azurenative.hybriddata.kotlin.inputs.GetDataManagerPlainArgs.

See also