BaselineInner Class

  • java.lang.Object
    • com.microsoft.azure.management.monitor.implementation.BaselineInner

public class BaselineInner

The baseline values for a single sensitivity value.

Method Summary

Modifier and Type Method and Description
List<Double> highThresholds()

Get the high thresholds of the baseline.

List<Double> lowThresholds()

Get the low thresholds of the baseline.

Sensitivity sensitivity()

Get the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'.

BaselineInner withHighThresholds(List<Double> highThresholds)

Set the high thresholds of the baseline.

BaselineInner withLowThresholds(List<Double> lowThresholds)

Set the low thresholds of the baseline.

BaselineInner withSensitivity(Sensitivity sensitivity)

Set the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'.

Method Details

highThresholds

public List highThresholds()

Get the high thresholds of the baseline.

Returns:

the highThresholds value

lowThresholds

public List lowThresholds()

Get the low thresholds of the baseline.

Returns:

the lowThresholds value

sensitivity

public Sensitivity sensitivity()

Get the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'.

Returns:

the sensitivity value

withHighThresholds

public BaselineInner withHighThresholds(List highThresholds)

Set the high thresholds of the baseline.

Parameters:

highThresholds - the highThresholds value to set

Returns:

the BaselineInner object itself.

withLowThresholds

public BaselineInner withLowThresholds(List lowThresholds)

Set the low thresholds of the baseline.

Parameters:

lowThresholds - the lowThresholds value to set

Returns:

the BaselineInner object itself.

withSensitivity

public BaselineInner withSensitivity(Sensitivity sensitivity)

Set the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'.

Parameters:

sensitivity - the sensitivity value to set

Returns:

the BaselineInner object itself.

Applies to