CleanupPolicyRetentionDescription Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible values for cleanup policy.
public readonly struct CleanupPolicyRetentionDescription : IEquatable<Azure.ResourceManager.EventHubs.Models.CleanupPolicyRetentionDescription>
type CleanupPolicyRetentionDescription = struct
Public Structure CleanupPolicyRetentionDescription
Implements IEquatable(Of CleanupPolicyRetentionDescription)
- Inheritance
-
CleanupPolicyRetentionDescription
- Implements
Constructors
CleanupPolicyRetentionDescription(String) |
Initializes a new instance of CleanupPolicyRetentionDescription. |
Properties
Compaction |
Compact. |
Delete |
Delete. |
Methods
Equals(CleanupPolicyRetentionDescription) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CleanupPolicyRetentionDescription, CleanupPolicyRetentionDescription) |
Determines if two CleanupPolicyRetentionDescription values are the same. |
Implicit(String to CleanupPolicyRetentionDescription) |
Converts a String to a CleanupPolicyRetentionDescription. |
Inequality(CleanupPolicyRetentionDescription, CleanupPolicyRetentionDescription) |
Determines if two CleanupPolicyRetentionDescription values are not the same. |
Applies to
Azure SDK for .NET