BlobLocationArgs

data class BlobLocationArgs(val credentials: Output<String>? = null, val uri: Output<String>) : ConvertibleToJava<BlobLocationArgs>

Describes the access location for a blob.

Constructors

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

Properties

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

Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)

Link copied to clipboard
val uri: Output<String>

The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.

Functions

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