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

ValidationThresholdType Struct

Definition

Selection of how the threshold should be evaluated.

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

Fields

CountSuccess
PercentSuccess

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 ValidationThresholdType (override for Object)

Equals(ValidationThresholdType)

Compares values of enum type ValidationThresholdType

GetHashCode()

Returns hashCode for enum ValidationThresholdType

ToString()

Returns string representation for ValidationThresholdType

Operators

Equality(ValidationThresholdType, ValidationThresholdType)

Overriding == operator for enum ValidationThresholdType

Implicit(String to ValidationThresholdType)

Implicit operator to convert string to ValidationThresholdType

Implicit(ValidationThresholdType to String)

Implicit operator to convert ValidationThresholdType to string

Inequality(ValidationThresholdType, ValidationThresholdType)

Overriding != operator for enum ValidationThresholdType

Applies to