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

98 строки
5.0 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.dimensions()
name: dimensions()
nameWithType: MetricAlertStatusProperties.dimensions()
returns:
description: <p>the dimensions value </p>
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get an object describing the type of the dimensions.</p>
<p></p>
syntax: public Map<String, String> dimensions()
uid: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.dimensions()
- fullName: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.status()
name: status()
nameWithType: MetricAlertStatusProperties.status()
returns:
description: <p>the status value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get status value.</p>
<p></p>
syntax: public String status()
uid: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.status()
- fullName: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.timestamp()
name: timestamp()
nameWithType: MetricAlertStatusProperties.timestamp()
returns:
description: <p>the timestamp value </p>
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get uTC time when the status was checked.</p>
<p></p>
syntax: public DateTime timestamp()
uid: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.timestamp()
- 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)
parameters:
- description: <p>the dimensions value to set </p>
name: dimensions
type: <xref href="Map%3CString%2C+String%3E?alt=Map%3CString%2C+String%3E&text=Map%3CString%2C+String%3E" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricAlertStatusProperties object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.MetricAlertStatusProperties?alt=com.microsoft.azure.management.monitor.MetricAlertStatusProperties&text=MetricAlertStatusProperties" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set an object describing the type of the dimensions.</p>
<p></p>
syntax: public MetricAlertStatusProperties withDimensions(Map<String, String> dimensions)
uid: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withDimensions(Map<String, String>)
- fullName: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withStatus(String status)
name: withStatus(String status)
nameWithType: MetricAlertStatusProperties.withStatus(String status)
parameters:
- description: <p>the status value to set </p>
name: status
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricAlertStatusProperties object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.MetricAlertStatusProperties?alt=com.microsoft.azure.management.monitor.MetricAlertStatusProperties&text=MetricAlertStatusProperties" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set status value.</p>
<p></p>
syntax: public MetricAlertStatusProperties withStatus(String status)
uid: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withStatus(String)
- fullName: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withTimestamp(DateTime timestamp)
name: withTimestamp(DateTime timestamp)
nameWithType: MetricAlertStatusProperties.withTimestamp(DateTime timestamp)
parameters:
- description: <p>the timestamp value to set </p>
name: timestamp
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricAlertStatusProperties object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.MetricAlertStatusProperties?alt=com.microsoft.azure.management.monitor.MetricAlertStatusProperties&text=MetricAlertStatusProperties" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set uTC time when the status was checked.</p>
<p></p>
syntax: public MetricAlertStatusProperties withTimestamp(DateTime timestamp)
uid: com.microsoft.azure.management.monitor.MetricAlertStatusProperties.withTimestamp(DateTime)
nameWithType: MetricAlertStatusProperties
syntax: public class MetricAlertStatusProperties
type: class
uid: com.microsoft.azure.management.monitor.MetricAlertStatusProperties
fullName: com.microsoft.azure.management.monitor.MetricAlertStatusProperties
name: MetricAlertStatusProperties
package: com.microsoft.azure.management.monitor
summary: <p>An alert status properties. </p>
metadata: {}