azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties"
name: "MetricAlertStatusProperties"
nameWithType: "MetricAlertStatusProperties"
summary: "An alert status properties."
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 **MetricAlertStatusProperties**"
constructors:
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.MetricAlertStatusProperties()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.MetricAlertStatusProperties()"
name: "MetricAlertStatusProperties()"
nameWithType: "MetricAlertStatusProperties.MetricAlertStatusProperties()"
syntax: "public MetricAlertStatusProperties()"
methods:
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.dimensions()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.dimensions()"
name: "dimensions()"
nameWithType: "MetricAlertStatusProperties.dimensions()"
summary: "Get an object describing the type of the dimensions."
syntax: "public Map<String,String> dimensions()"
desc: "Get an object describing the type of the dimensions."
returns:
description: "the dimensions value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.status()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.status()"
name: "status()"
nameWithType: "MetricAlertStatusProperties.status()"
summary: "Get status value."
syntax: "public String status()"
desc: "Get status value."
returns:
description: "the status value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.timestamp()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.timestamp()"
name: "timestamp()"
nameWithType: "MetricAlertStatusProperties.timestamp()"
summary: "Get uTC time when the status was checked."
syntax: "public DateTime timestamp()"
desc: "Get uTC time when the status was checked."
returns:
description: "the timestamp value"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withDimensions(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withDimensions(Map<String,String> dimensions)"
name: "withDimensions(Map<String,String> dimensions)"
nameWithType: "MetricAlertStatusProperties.withDimensions(Map<String,String> dimensions)"
summary: "Set an object describing the type of the dimensions."
parameters:
- description: "the dimensions value to set"
name: "dimensions"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MetricAlertStatusProperties withDimensions(Map<String,String> dimensions)"
desc: "Set an object describing the type of the dimensions."
returns:
description: "the MetricAlertStatusProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertStatusProperties?alt=com.microsoft.azure.management.monitor.MetricAlertStatusProperties&text=MetricAlertStatusProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withStatus(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withStatus(String status)"
name: "withStatus(String status)"
nameWithType: "MetricAlertStatusProperties.withStatus(String status)"
summary: "Set status value."
parameters:
- description: "the status value to set"
name: "status"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricAlertStatusProperties withStatus(String status)"
desc: "Set status value."
returns:
description: "the MetricAlertStatusProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertStatusProperties?alt=com.microsoft.azure.management.monitor.MetricAlertStatusProperties&text=MetricAlertStatusProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withTimestamp(org.joda.time.DateTime)"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withTimestamp(DateTime timestamp)"
name: "withTimestamp(DateTime timestamp)"
nameWithType: "MetricAlertStatusProperties.withTimestamp(DateTime timestamp)"
summary: "Set uTC time when the status was checked."
parameters:
- description: "the timestamp value to set"
name: "timestamp"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricAlertStatusProperties withTimestamp(DateTime timestamp)"
desc: "Set uTC time when the status was checked."
returns:
description: "the MetricAlertStatusProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertStatusProperties?alt=com.microsoft.azure.management.monitor.MetricAlertStatusProperties&text=MetricAlertStatusProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An alert status properties."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4