get Data Manager
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
data Manager Name
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
resource Group Name
The Resource Group Name
See also
suspend fun getDataManager(argument: suspend GetDataManagerPlainArgsBuilder.() -> Unit): GetDataManagerResult
Return
The DataManager resource.
Parameters
argument
Builder for com.pulumi.azurenative.hybriddata.kotlin.inputs.GetDataManagerPlainArgs.