CustomerDataStoragePropertiesArgs

data class CustomerDataStoragePropertiesArgs(val blobContainerName: Output<String>? = null, val storageAccountResourceId: Output<String>? = null) : ConvertibleToJava<CustomerDataStoragePropertiesArgs>

Model that represents the Customer Managed Storage for an Experiment.

Constructors

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

Properties

Link copied to clipboard
val blobContainerName: Output<String>? = null

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

Link copied to clipboard
val storageAccountResourceId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CustomerDataStoragePropertiesArgs