Event Hub Properties Args
data class EventHubPropertiesArgs(val partitionCount: Output<Int>? = null, val retentionTimeInDays: Output<Double>? = null) : ConvertibleToJava<EventHubPropertiesArgs>
The properties of the provisioned Event Hub-compatible endpoint used by the IoT hub.
Constructors
Link copied to clipboard
fun EventHubPropertiesArgs(partitionCount: Output<Int>? = null, retentionTimeInDays: Output<Double>? = null)