AzureContainerInfoArgs

data class AzureContainerInfoArgs(val containerName: Output<String>, val dataFormat: Output<Either<String, AzureContainerDataFormat>>, val storageAccountCredentialId: Output<String>) : ConvertibleToJava<AzureContainerInfoArgs>

Azure container mapping of the endpoint.

Constructors

Link copied to clipboard
constructor(containerName: Output<String>, dataFormat: Output<Either<String, AzureContainerDataFormat>>, storageAccountCredentialId: Output<String>)

Properties

Link copied to clipboard
val containerName: Output<String>

Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob).

Link copied to clipboard

Storage format used for the file represented by the share.

Link copied to clipboard

ID of the storage account credential used to access storage.

Functions

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