你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ValidationThreshold Class

Definition

ValidationThreshold indicates allowed machine and node hardware and deployment failures.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ValidationThresholdTypeConverter))]
public class ValidationThreshold : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IValidationThreshold
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ValidationThresholdTypeConverter))>]
type ValidationThreshold = class
    interface IValidationThreshold
    interface IJsonSerializable
Public Class ValidationThreshold
Implements IValidationThreshold
Inheritance
ValidationThreshold
Attributes
Implements

Constructors

ValidationThreshold()

Creates an new ValidationThreshold instance.

Properties

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

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.Api20230701.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()

Applies to