Get Blob Data Set Mapping Result
data class GetBlobDataSetMappingResult(val azureApiVersion: String, val containerName: String, val dataSetId: String, val dataSetMappingStatus: String, val filePath: String, val id: String, val kind: String, val name: String, val outputType: String? = null, val provisioningState: String, val resourceGroup: String, val storageAccountName: String, val subscriptionId: String, val systemData: SystemDataResponse, val type: String)
A Blob data set mapping.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, containerName: String, dataSetId: String, dataSetMappingStatus: String, filePath: String, id: String, kind: String, name: String, outputType: String? = null, provisioningState: String, resourceGroup: String, storageAccountName: String, subscriptionId: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Container that has the file path.
Link copied to clipboard
Gets the status of the data set mapping.
Link copied to clipboard
File output type
Link copied to clipboard
Provisioning state of the data set mapping.
Link copied to clipboard
Resource group of storage account.
Link copied to clipboard
Storage account name of the source data set.
Link copied to clipboard
Subscription id of storage account.
Link copied to clipboard
System Data of the Azure resource.