你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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