### YamlMime:JavaType uid: "com.microsoft.azure.management.monitor.SingleBaseline" fullName: "com.microsoft.azure.management.monitor.SingleBaseline" name: "SingleBaseline" nameWithType: "SingleBaseline" summary: "The baseline values for a single sensitivity value." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **SingleBaseline**" constructors: - uid: "com.microsoft.azure.management.monitor.SingleBaseline.SingleBaseline()" fullName: "com.microsoft.azure.management.monitor.SingleBaseline.SingleBaseline()" name: "SingleBaseline()" nameWithType: "SingleBaseline.SingleBaseline()" syntax: "public SingleBaseline()" methods: - uid: "com.microsoft.azure.management.monitor.SingleBaseline.highThresholds()" fullName: "com.microsoft.azure.management.monitor.SingleBaseline.highThresholds()" name: "highThresholds()" nameWithType: "SingleBaseline.highThresholds()" summary: "Get the high thresholds of the baseline." syntax: "public List highThresholds()" desc: "Get the high thresholds of the baseline." returns: description: "the highThresholds value" type: "<>" - uid: "com.microsoft.azure.management.monitor.SingleBaseline.lowThresholds()" fullName: "com.microsoft.azure.management.monitor.SingleBaseline.lowThresholds()" name: "lowThresholds()" nameWithType: "SingleBaseline.lowThresholds()" summary: "Get the low thresholds of the baseline." syntax: "public List lowThresholds()" desc: "Get the low thresholds of the baseline." returns: description: "the lowThresholds value" type: "<>" - uid: "com.microsoft.azure.management.monitor.SingleBaseline.sensitivity()" fullName: "com.microsoft.azure.management.monitor.SingleBaseline.sensitivity()" name: "sensitivity()" nameWithType: "SingleBaseline.sensitivity()" summary: "Get the sensitivity of the baseline." syntax: "public BaselineSensitivity sensitivity()" desc: "Get the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'." returns: description: "the sensitivity value" type: "" - uid: "com.microsoft.azure.management.monitor.SingleBaseline.withHighThresholds(java.util.List)" fullName: "com.microsoft.azure.management.monitor.SingleBaseline.withHighThresholds(List highThresholds)" name: "withHighThresholds(List highThresholds)" nameWithType: "SingleBaseline.withHighThresholds(List highThresholds)" summary: "Set the high thresholds of the baseline." parameters: - description: "the highThresholds value to set" name: "highThresholds" type: "<>" syntax: "public SingleBaseline withHighThresholds(List highThresholds)" desc: "Set the high thresholds of the baseline." returns: description: "the SingleBaseline object itself." type: "" - uid: "com.microsoft.azure.management.monitor.SingleBaseline.withLowThresholds(java.util.List)" fullName: "com.microsoft.azure.management.monitor.SingleBaseline.withLowThresholds(List lowThresholds)" name: "withLowThresholds(List lowThresholds)" nameWithType: "SingleBaseline.withLowThresholds(List lowThresholds)" summary: "Set the low thresholds of the baseline." parameters: - description: "the lowThresholds value to set" name: "lowThresholds" type: "<>" syntax: "public SingleBaseline withLowThresholds(List lowThresholds)" desc: "Set the low thresholds of the baseline." returns: description: "the SingleBaseline object itself." type: "" - uid: "com.microsoft.azure.management.monitor.SingleBaseline.withSensitivity(com.microsoft.azure.management.monitor.BaselineSensitivity)" fullName: "com.microsoft.azure.management.monitor.SingleBaseline.withSensitivity(BaselineSensitivity sensitivity)" name: "withSensitivity(BaselineSensitivity sensitivity)" nameWithType: "SingleBaseline.withSensitivity(BaselineSensitivity sensitivity)" summary: "Set the sensitivity of the baseline." parameters: - description: "the sensitivity value to set" name: "sensitivity" type: "" syntax: "public SingleBaseline withSensitivity(BaselineSensitivity sensitivity)" desc: "Set the sensitivity of the baseline. Possible values include: 'Low', 'Medium', 'High'." returns: description: "the SingleBaseline object itself." type: "" type: "class" desc: "The baseline values for a single sensitivity value." metadata: {} package: "com.microsoft.azure.management.monitor" artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4