getDataStore

This method gets the data store/repository by name. Uses Azure REST API version 2019-06-01.

Return

Data store.

Parameters

argument

null


suspend fun getDataStore(dataManagerName: String, dataStoreName: String, resourceGroupName: String): GetDataStoreResult

Return

Data store.

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

dataStoreName

The data store/repository name queried.

resourceGroupName

The Resource Group Name

See also


Return

Data store.

Parameters

argument

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

See also