Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.EventhubProperties
Packages that use EventhubProperties
Package
Description
Package containing the inner data models for EventHubManagementClient.
-
Uses of EventhubProperties in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return EventhubPropertiesModifier and TypeMethodDescriptionEventhubProperties.withCaptureDescription(CaptureDescription captureDescription) Set the captureDescription property: Properties of capture description.EventhubProperties.withMessageRetentionInDays(Long messageRetentionInDays) Set the messageRetentionInDays property: Number of days to retain the events for this Event Hub, value should be 1 to 7 days.EventhubProperties.withPartitionCount(Long partitionCount) Set the partitionCount property: Number of partitions created for the Event Hub, allowed values are from 1 to 32 partitions.EventhubProperties.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of the Event Hub.