Freigeben über


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

PerCluster.

PerRack

PerRack.

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 ValidationThresholdGrouping)

Converts a String to a ValidationThresholdGrouping.

Inequality(ValidationThresholdGrouping, ValidationThresholdGrouping)

Determines if two ValidationThresholdGrouping values are not the same.

Applies to