Megosztás a következőn keresztül:


DigestConfigState Struct

Definition

State of digest configuration.

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

Fields

Active
Disabled

Methods

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

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

Equals(DigestConfigState)

Compares values of enum type DigestConfigState

Equals(Object)

Compares values of enum type DigestConfigState (override for Object)

GetHashCode()

Returns hashCode for enum DigestConfigState

ToString()

Returns string representation for DigestConfigState

Operators

Equality(DigestConfigState, DigestConfigState)

Overriding == operator for enum DigestConfigState

Implicit(DigestConfigState to String)

Implicit operator to convert DigestConfigState to string

Implicit(String to DigestConfigState)

Implicit operator to convert string to DigestConfigState

Inequality(DigestConfigState, DigestConfigState)

Overriding != operator for enum DigestConfigState

Applies to