ValidationThreshold Class
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.
ValidationThreshold indicates allowed machine and node hardware and deployment failures.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ValidationThresholdTypeConverter))]
public class ValidationThreshold : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IValidationThreshold
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ValidationThresholdTypeConverter))>]
type ValidationThreshold = class
interface IValidationThreshold
interface IJsonSerializable
Public Class ValidationThreshold
Implements IValidationThreshold
- Inheritance
-
ValidationThreshold
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ValidationThreshold() |
Creates an new ValidationThreshold instance. |
Properties
| Name | Description |
|---|---|
| Grouping |
Selection of how the type evaluation is applied to the cluster calculation. |
| Type |
Selection of how the threshold should be evaluated. |
| Value |
The numeric threshold value. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ValidationThreshold. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ValidationThreshold. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IValidationThreshold. |
| FromJsonString(String) |
Creates a new instance of ValidationThreshold, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ValidationThreshold into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |