Share via


CleanupPolicyRetentionDescription Struct

Definition

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