EventHubCaptureDescriptionDestinationArgs

data class EventHubCaptureDescriptionDestinationArgs(val archiveNameFormat: Output<String>, val blobContainerName: Output<String>, val name: Output<String>, val storageAccountId: Output<String>) : ConvertibleToJava<EventHubCaptureDescriptionDestinationArgs>

Constructors

constructor(archiveNameFormat: Output<String>, blobContainerName: Output<String>, name: Output<String>, storageAccountId: Output<String>)

Properties

Link copied to clipboard

The Blob naming convention for archiving. e.g. {Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}. Here all the parameters (Namespace,EventHub .. etc) are mandatory irrespective of order

Link copied to clipboard

The name of the Container within the Blob Storage Account where messages should be archived.

Link copied to clipboard
val name: Output<String>

The Name of the Destination where the capture should take place. At this time the only supported value is EventHubArchive.AzureBlockBlob.

Link copied to clipboard

The ID of the Blob Storage Account where messages should be archived.

Functions

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