Share via


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

ValidationThresholdGrouping(String)

Initializes a new instance of ValidationThresholdGrouping.

Properties

PerCluster

PerCluster.

PerRack

PerRack.

Methods

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

Equality(ValidationThresholdGrouping, ValidationThresholdGrouping)

Determines if two ValidationThresholdGrouping values are the same.

Implicit(String to ValidationThresholdGrouping)

Converts a string to a ValidationThresholdGrouping.

Inequality(ValidationThresholdGrouping, ValidationThresholdGrouping)

Determines if two ValidationThresholdGrouping values are not the same.

Applies to