Destination Args
data class DestinationArgs(val archiveNameFormat: Output<String>? = null, val blobContainer: Output<String>? = null, val name: Output<String>? = null, val storageAccountResourceId: Output<String>? = null) : ConvertibleToJava<DestinationArgs>
Capture storage details for capture description
Constructors
Link copied to clipboard
fun DestinationArgs(archiveNameFormat: Output<String>? = null, blobContainer: Output<String>? = null, name: Output<String>? = null, storageAccountResourceId: Output<String>? = null)