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

ProfileScrubbingState Struct

Definition

State of the log scrubbing config. Default value is Enabled.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileScrubbingStateTypeConverter))]
public struct ProfileScrubbingState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileScrubbingState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ProfileScrubbingStateTypeConverter))>]
type ProfileScrubbingState = struct
    interface IArgumentCompleter
Public Structure ProfileScrubbingState
Implements IArgumentCompleter, IEquatable(Of ProfileScrubbingState)
Inheritance
ProfileScrubbingState
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 ProfileScrubbingState (override for Object)

Equals(ProfileScrubbingState)

Compares values of enum type ProfileScrubbingState

GetHashCode()

Returns hashCode for enum ProfileScrubbingState

ToString()

Returns string representation for ProfileScrubbingState

Operators

Equality(ProfileScrubbingState, ProfileScrubbingState)

Overriding == operator for enum ProfileScrubbingState

Implicit(ProfileScrubbingState to String)

Implicit operator to convert ProfileScrubbingState to string

Implicit(String to ProfileScrubbingState)

Implicit operator to convert string to ProfileScrubbingState

Inequality(ProfileScrubbingState, ProfileScrubbingState)

Overriding != operator for enum ProfileScrubbingState

Applies to