GetDatasetBlobStorageResult

data class GetDatasetBlobStorageResult(val containerName: String, val dataShareId: String, val displayName: String, val filePath: String, val folderPath: String, val id: String, val name: String, val storageAccounts: List<GetDatasetBlobStorageStorageAccount>)

A collection of values returned by getDatasetBlobStorage.

Constructors

Link copied to clipboard
constructor(containerName: String, dataShareId: String, displayName: String, filePath: String, folderPath: String, id: String, name: String, storageAccounts: List<GetDatasetBlobStorageStorageAccount>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the storage account container to be shared with the receiver.

Link copied to clipboard
Link copied to clipboard

The name of the Data Share Dataset.

Link copied to clipboard

The path of the file in the storage container to be shared with the receiver.

Link copied to clipboard

The folder path of the file in the storage container to be shared with the receiver.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The name of the storage account to be shared with the receiver.

Link copied to clipboard

A storage_account block as defined below.