CustomerDataStoragePropertiesResponse

data class CustomerDataStoragePropertiesResponse(val blobContainerName: String? = null, val storageAccountResourceId: String? = null)

Model that represents the Customer Managed Storage for an Experiment.

Constructors

Link copied to clipboard
constructor(blobContainerName: String? = null, storageAccountResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the Azure Blob Storage container to use or create.

Link copied to clipboard

ARM Resource ID of the Storage account to use for Customer Data storage.