108 строки
7.8 KiB
YAML
108 строки
7.8 KiB
YAML
### 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:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
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<Double> highThresholds()"
|
|
desc: "Get the high thresholds of the baseline."
|
|
returns:
|
|
description: "the highThresholds value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />>"
|
|
- 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<Double> lowThresholds()"
|
|
desc: "Get the low thresholds of the baseline."
|
|
returns:
|
|
description: "the lowThresholds value"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />>"
|
|
- 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: "<xref href=\"com.microsoft.azure.management.monitor.BaselineSensitivity?alt=com.microsoft.azure.management.monitor.BaselineSensitivity&text=BaselineSensitivity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.SingleBaseline.withHighThresholds(java.util.List<java.lang.Double>)"
|
|
fullName: "com.microsoft.azure.management.monitor.SingleBaseline.withHighThresholds(List<Double> highThresholds)"
|
|
name: "withHighThresholds(List<Double> highThresholds)"
|
|
nameWithType: "SingleBaseline.withHighThresholds(List<Double> highThresholds)"
|
|
summary: "Set the high thresholds of the baseline."
|
|
parameters:
|
|
- description: "the highThresholds value to set"
|
|
name: "highThresholds"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public SingleBaseline withHighThresholds(List<Double> highThresholds)"
|
|
desc: "Set the high thresholds of the baseline."
|
|
returns:
|
|
description: "the SingleBaseline object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.SingleBaseline?alt=com.microsoft.azure.management.monitor.SingleBaseline&text=SingleBaseline\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.monitor.SingleBaseline.withLowThresholds(java.util.List<java.lang.Double>)"
|
|
fullName: "com.microsoft.azure.management.monitor.SingleBaseline.withLowThresholds(List<Double> lowThresholds)"
|
|
name: "withLowThresholds(List<Double> lowThresholds)"
|
|
nameWithType: "SingleBaseline.withLowThresholds(List<Double> lowThresholds)"
|
|
summary: "Set the low thresholds of the baseline."
|
|
parameters:
|
|
- description: "the lowThresholds value to set"
|
|
name: "lowThresholds"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Double?alt=java.lang.Double&text=Double\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public SingleBaseline withLowThresholds(List<Double> lowThresholds)"
|
|
desc: "Set the low thresholds of the baseline."
|
|
returns:
|
|
description: "the SingleBaseline object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.monitor.SingleBaseline?alt=com.microsoft.azure.management.monitor.SingleBaseline&text=SingleBaseline\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<xref href=\"com.microsoft.azure.management.monitor.BaselineSensitivity?alt=com.microsoft.azure.management.monitor.BaselineSensitivity&text=BaselineSensitivity\" data-throw-if-not-resolved=\"False\" />"
|
|
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: "<xref href=\"com.microsoft.azure.management.monitor.SingleBaseline?alt=com.microsoft.azure.management.monitor.SingleBaseline&text=SingleBaseline\" data-throw-if-not-resolved=\"False\" />"
|
|
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
|