### 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:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
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 dimensions()"
desc: "Get an object describing the type of the dimensions."
returns:
description: "the dimensions value"
type: "<,>"
- 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: ""
- 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: ""
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withDimensions(java.util.Map)"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withDimensions(Map dimensions)"
name: "withDimensions(Map dimensions)"
nameWithType: "MetricAlertStatusProperties.withDimensions(Map dimensions)"
summary: "Set an object describing the type of the dimensions."
parameters:
- description: "the dimensions value to set"
name: "dimensions"
type: "<,>"
syntax: "public MetricAlertStatusProperties withDimensions(Map dimensions)"
desc: "Set an object describing the type of the dimensions."
returns:
description: "the MetricAlertStatusProperties object itself."
type: ""
- 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: ""
syntax: "public MetricAlertStatusProperties withStatus(String status)"
desc: "Set status value."
returns:
description: "the MetricAlertStatusProperties object itself."
type: ""
- 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: ""
syntax: "public MetricAlertStatusProperties withTimestamp(DateTime timestamp)"
desc: "Set uTC time when the status was checked."
returns:
description: "the MetricAlertStatusProperties object itself."
type: ""
type: "class"
desc: "An alert status properties."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4