ValidationThresholdGrouping Struct

Definition

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

public readonly struct ValidationThresholdGrouping : IEquatable<Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdGrouping>
type ValidationThresholdGrouping = struct
Public Structure ValidationThresholdGrouping
Implements IEquatable(Of ValidationThresholdGrouping)
Inheritance
ValidationThresholdGrouping
Implements

Constructors

Name Description
ValidationThresholdGrouping(String)

Initializes a new instance of ValidationThresholdGrouping.

Properties

Name Description
PerCluster

The threshold is calculated for the whole cluster.

PerRack

The threshold is calculated for each rack in the cluster.

Methods

Name Description
Equals(ValidationThresholdGrouping)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ValidationThresholdGrouping, ValidationThresholdGrouping)

Determines if two ValidationThresholdGrouping values are the same.

Implicit(String to Nullable<ValidationThresholdGrouping>)
Implicit(String to ValidationThresholdGrouping)

Converts a string to a ValidationThresholdGrouping.

Inequality(ValidationThresholdGrouping, ValidationThresholdGrouping)

Determines if two ValidationThresholdGrouping values are not the same.

Applies to