get Kusto Cluster Data Set Mapping
suspend fun getKustoClusterDataSetMapping(argument: GetKustoClusterDataSetMappingPlainArgs): GetKustoClusterDataSetMappingResult
Get a DataSetMapping in a shareSubscription Uses Azure REST API version 2021-08-01.
Return
A Kusto cluster data set mapping
Parameters
argument
null
suspend fun getKustoClusterDataSetMapping(accountName: String, dataSetMappingName: String, resourceGroupName: String, shareSubscriptionName: String): GetKustoClusterDataSetMappingResult
Return
A Kusto cluster data set mapping
Parameters
account Name
The name of the share account.
data Set Mapping Name
The name of the dataSetMapping.
resource Group Name
The resource group name.
share Subscription Name
The name of the shareSubscription.
See also
suspend fun getKustoClusterDataSetMapping(argument: suspend GetKustoClusterDataSetMappingPlainArgsBuilder.() -> Unit): GetKustoClusterDataSetMappingResult
Return
A Kusto cluster data set mapping
Parameters
argument
Builder for com.pulumi.azurenative.datashare.kotlin.inputs.GetKustoClusterDataSetMappingPlainArgs.