ArmNetworkCloudModelFactory.ValidationThreshold Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.ValidationThreshold ValidationThreshold(Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdGrouping grouping = default, Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdType thresholdType = default, long value = 0);
static member ValidationThreshold : Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdGrouping * Azure.ResourceManager.NetworkCloud.Models.ValidationThresholdType * int64 -> Azure.ResourceManager.NetworkCloud.Models.ValidationThreshold
Public Shared Function ValidationThreshold (Optional grouping As ValidationThresholdGrouping = Nothing, Optional thresholdType As ValidationThresholdType = Nothing, Optional value As Long = 0) As ValidationThreshold

Parameters

grouping
ValidationThresholdGrouping

Selection of how the type evaluation is applied to the cluster calculation.

thresholdType
ValidationThresholdType

Selection of how the threshold should be evaluated.

value
Int64

The numeric threshold value.

Returns

A new ValidationThreshold instance for mocking.

Applies to