ValidationThresholdGrouping Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET