Dela via


ScrubbingRuleEntryState Struct

Definition

Defines the state of a log scrubbing rule. Default value is enabled.

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

Fields

Disabled
Enabled

Methods

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

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

Equals(Object)

Compares values of enum type ScrubbingRuleEntryState (override for Object)

Equals(ScrubbingRuleEntryState)

Compares values of enum type ScrubbingRuleEntryState

GetHashCode()

Returns hashCode for enum ScrubbingRuleEntryState

ToString()

Returns string representation for ScrubbingRuleEntryState

Operators

Equality(ScrubbingRuleEntryState, ScrubbingRuleEntryState)

Overriding == operator for enum ScrubbingRuleEntryState

Implicit(ScrubbingRuleEntryState to String)

Implicit operator to convert ScrubbingRuleEntryState to string

Implicit(String to ScrubbingRuleEntryState)

Implicit operator to convert string to ScrubbingRuleEntryState

Inequality(ScrubbingRuleEntryState, ScrubbingRuleEntryState)

Overriding != operator for enum ScrubbingRuleEntryState

Applies to