ArmNetworkCloudModelFactory.ValidationThreshold Method
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.
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.