ValidationThreshold Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de ValidationThreshold.
public ValidationThreshold (Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdGrouping grouping, Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdType thresholdType, long value);
new Azure.ResourceManager.NetworkCloud.Models.ValidationThreshold : Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdGrouping * Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdType * int64 -> Azure.ResourceManager.NetworkCloud.Models.ValidationThreshold
Public Sub New (grouping As ValidationThresholdGrouping, thresholdType As ValidationThresholdType, value As Long)
Parâmetros
- grouping
- ValidationThresholdGrouping
Seleção de como a avaliação de tipo é aplicada ao cálculo do cluster.
- thresholdType
- ValidationThresholdType
Seleção de como o limite deve ser avaliado.
- value
- Int64
O valor do limite numérico.