get ADLSGen2File System Data Set Mapping
suspend fun getADLSGen2FileSystemDataSetMapping(argument: GetADLSGen2FileSystemDataSetMappingPlainArgs): GetADLSGen2FileSystemDataSetMappingResult
Get a DataSetMapping in a shareSubscription Uses Azure REST API version 2021-08-01.
Return
An ADLS Gen2 file system data set mapping.
Parameters
argument
null
suspend fun getADLSGen2FileSystemDataSetMapping(accountName: String, dataSetMappingName: String, resourceGroupName: String, shareSubscriptionName: String): GetADLSGen2FileSystemDataSetMappingResult
Return
An ADLS Gen2 file system 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 getADLSGen2FileSystemDataSetMapping(argument: suspend GetADLSGen2FileSystemDataSetMappingPlainArgsBuilder.() -> Unit): GetADLSGen2FileSystemDataSetMappingResult
Return
An ADLS Gen2 file system data set mapping.
Parameters
argument
Builder for com.pulumi.azurenative.datashare.kotlin.inputs.GetADLSGen2FileSystemDataSetMappingPlainArgs.