get Data Product
Retrieve data product resource. Azure REST API version: 2023-11-15.
Return
The data product resource.
Parameters
argument
null
suspend fun getDataProduct(dataProductName: String, resourceGroupName: String): GetDataProductResult
Return
The data product resource.
See also
Parameters
data Product Name
The data product resource name
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getDataProduct(argument: suspend GetDataProductPlainArgsBuilder.() -> Unit): GetDataProductResult
Return
The data product resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.networkanalytics.kotlin.inputs.GetDataProductPlainArgs.