Uses of Class
com.azure.resourcemanager.eventhubs.models.CleanupPolicyRetentionDescription
Packages that use CleanupPolicyRetentionDescription
Package
Description
Package containing the data models for EventHubManagementClient.
-
Uses of CleanupPolicyRetentionDescription in com.azure.resourcemanager.eventhubs.models
Subclasses with type arguments of type CleanupPolicyRetentionDescription in com.azure.resourcemanager.eventhubs.modelsModifier and TypeClassDescriptionfinal classEnumerates the possible values for cleanup policy.Fields in com.azure.resourcemanager.eventhubs.models declared as CleanupPolicyRetentionDescriptionModifier and TypeFieldDescriptionstatic final CleanupPolicyRetentionDescriptionCleanupPolicyRetentionDescription.COMPACTStatic value Compact for CleanupPolicyRetentionDescription.static final CleanupPolicyRetentionDescriptionCleanupPolicyRetentionDescription.DELETEStatic value Delete for CleanupPolicyRetentionDescription.Methods in com.azure.resourcemanager.eventhubs.models that return CleanupPolicyRetentionDescriptionModifier and TypeMethodDescriptionRetentionDescription.cleanupPolicy()Get the cleanupPolicy property: Enumerates the possible values for cleanup policy.CleanupPolicyRetentionDescription.fromString(String name) Creates or finds a CleanupPolicyRetentionDescription from its string representation.Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type CleanupPolicyRetentionDescriptionModifier and TypeMethodDescriptionCleanupPolicyRetentionDescription.values()Gets known CleanupPolicyRetentionDescription values.Methods in com.azure.resourcemanager.eventhubs.models with parameters of type CleanupPolicyRetentionDescriptionModifier and TypeMethodDescriptionRetentionDescription.withCleanupPolicy(CleanupPolicyRetentionDescription cleanupPolicy) Set the cleanupPolicy property: Enumerates the possible values for cleanup policy.