Uses of Class
com.azure.resourcemanager.eventhubs.models.RetentionDescription
Packages that use RetentionDescription
Package
Description
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of RetentionDescription in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return RetentionDescriptionModifier and TypeMethodDescriptionEventhubInner.retentionDescription()Get the retentionDescription property: Event Hub retention settings.EventhubProperties.retentionDescription()Get the retentionDescription property: Event Hub retention settings.Methods in com.azure.resourcemanager.eventhubs.fluent.models with parameters of type RetentionDescriptionModifier and TypeMethodDescriptionEventhubInner.withRetentionDescription(RetentionDescription retentionDescription) Set the retentionDescription property: Event Hub retention settings.EventhubProperties.withRetentionDescription(RetentionDescription retentionDescription) Set the retentionDescription property: Event Hub retention settings. -
Uses of RetentionDescription in com.azure.resourcemanager.eventhubs.models
Classes in com.azure.resourcemanager.eventhubs.models that implement interfaces with type arguments of type RetentionDescriptionModifier and TypeClassDescriptionfinal classProperties to configure retention settings for the eventhub.Methods in com.azure.resourcemanager.eventhubs.models that return RetentionDescriptionModifier and TypeMethodDescriptionstatic RetentionDescriptionRetentionDescription.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RetentionDescription from the JsonReader.RetentionDescription.withCleanupPolicy(CleanupPolicyRetentionDescription cleanupPolicy) Set the cleanupPolicy property: Enumerates the possible values for cleanup policy.RetentionDescription.withRetentionTimeInHours(Long retentionTimeInHours) Set the retentionTimeInHours property: Number of hours to retain the events for this Event Hub.RetentionDescription.withTombstoneRetentionTimeInHours(Integer tombstoneRetentionTimeInHours) Set the tombstoneRetentionTimeInHours property: Number of hours to retain the tombstone markers of a compacted Event Hub.