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

ValidationThresholdGrouping Struct

Definition

Selection of how the type evaluation is applied to the cluster calculation.

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

Fields

PerCluster
PerRack

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

Equals(ValidationThresholdGrouping)

Compares values of enum type ValidationThresholdGrouping

GetHashCode()

Returns hashCode for enum ValidationThresholdGrouping

ToString()

Returns string representation for ValidationThresholdGrouping

Operators

Equality(ValidationThresholdGrouping, ValidationThresholdGrouping)

Overriding == operator for enum ValidationThresholdGrouping

Implicit(String to ValidationThresholdGrouping)

Implicit operator to convert string to ValidationThresholdGrouping

Implicit(ValidationThresholdGrouping to String)

Implicit operator to convert ValidationThresholdGrouping to string

Inequality(ValidationThresholdGrouping, ValidationThresholdGrouping)

Overriding != operator for enum ValidationThresholdGrouping

Applies to