CleanupPolicyRetentionDescription Struct

Definition

Enumerates the possible values for cleanup policy

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CleanupPolicyRetentionDescriptionTypeConverter))]
public struct CleanupPolicyRetentionDescription : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CleanupPolicyRetentionDescription>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.CleanupPolicyRetentionDescriptionTypeConverter))>]
type CleanupPolicyRetentionDescription = struct
    interface IArgumentCompleter
Public Structure CleanupPolicyRetentionDescription
Implements IArgumentCompleter, IEquatable(Of CleanupPolicyRetentionDescription)
Inheritance
CleanupPolicyRetentionDescription
Attributes
Implements

Fields

Compact
Delete

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(CleanupPolicyRetentionDescription)

Compares values of enum type CleanupPolicyRetentionDescription

Equals(Object)

Compares values of enum type CleanupPolicyRetentionDescription (override for Object)

GetHashCode()

Returns hashCode for enum CleanupPolicyRetentionDescription

ToString()

Returns string representation for CleanupPolicyRetentionDescription

Operators

Equality(CleanupPolicyRetentionDescription, CleanupPolicyRetentionDescription)

Overriding == operator for enum CleanupPolicyRetentionDescription

Implicit(CleanupPolicyRetentionDescription to String)

Implicit operator to convert CleanupPolicyRetentionDescription to string

Implicit(String to CleanupPolicyRetentionDescription)

Implicit operator to convert string to CleanupPolicyRetentionDescription

Inequality(CleanupPolicyRetentionDescription, CleanupPolicyRetentionDescription)

Overriding != operator for enum CleanupPolicyRetentionDescription

Applies to