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

132 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.monitor.MetricAlertStatus"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus"
name: "MetricAlertStatus"
nameWithType: "MetricAlertStatus"
summary: "An alert status."
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 **MetricAlertStatus**"
constructors:
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatus.MetricAlertStatus()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.MetricAlertStatus()"
name: "MetricAlertStatus()"
nameWithType: "MetricAlertStatus.MetricAlertStatus()"
syntax: "public MetricAlertStatus()"
methods:
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatus.id()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.id()"
name: "id()"
nameWithType: "MetricAlertStatus.id()"
summary: "Get the alert rule arm id."
syntax: "public String id()"
desc: "Get the alert rule arm id."
returns:
description: "the id 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.MetricAlertStatus.name()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.name()"
name: "name()"
nameWithType: "MetricAlertStatus.name()"
summary: "Get the status name."
syntax: "public String name()"
desc: "Get the status name."
returns:
description: "the name 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.MetricAlertStatus.properties()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.properties()"
name: "properties()"
nameWithType: "MetricAlertStatus.properties()"
summary: "Get the alert status properties of the metric alert status."
syntax: "public MetricAlertStatusProperties properties()"
desc: "Get the alert status properties of the metric alert status."
returns:
description: "the properties value"
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.MetricAlertStatus.type()"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.type()"
name: "type()"
nameWithType: "MetricAlertStatus.type()"
summary: "Get the extended resource type name."
syntax: "public String type()"
desc: "Get the extended resource type name."
returns:
description: "the type 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.MetricAlertStatus.withId(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.withId(String id)"
name: "withId(String id)"
nameWithType: "MetricAlertStatus.withId(String id)"
summary: "Set the alert rule arm id."
parameters:
- description: "the id value to set"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricAlertStatus withId(String id)"
desc: "Set the alert rule arm id."
returns:
description: "the MetricAlertStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertStatus?alt=com.microsoft.azure.management.monitor.MetricAlertStatus&text=MetricAlertStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatus.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.withName(String name)"
name: "withName(String name)"
nameWithType: "MetricAlertStatus.withName(String name)"
summary: "Set the status name."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricAlertStatus withName(String name)"
desc: "Set the status name."
returns:
description: "the MetricAlertStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertStatus?alt=com.microsoft.azure.management.monitor.MetricAlertStatus&text=MetricAlertStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatus.withProperties(com.microsoft.azure.management.monitor.MetricAlertStatusProperties)"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.withProperties(MetricAlertStatusProperties properties)"
name: "withProperties(MetricAlertStatusProperties properties)"
nameWithType: "MetricAlertStatus.withProperties(MetricAlertStatusProperties properties)"
summary: "Set the alert status properties of the metric alert status."
parameters:
- description: "the properties value to set"
name: "properties"
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertStatusProperties?alt=com.microsoft.azure.management.monitor.MetricAlertStatusProperties&text=MetricAlertStatusProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricAlertStatus withProperties(MetricAlertStatusProperties properties)"
desc: "Set the alert status properties of the metric alert status."
returns:
description: "the MetricAlertStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertStatus?alt=com.microsoft.azure.management.monitor.MetricAlertStatus&text=MetricAlertStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.monitor.MetricAlertStatus.withType(java.lang.String)"
fullName: "com.microsoft.azure.management.monitor.MetricAlertStatus.withType(String type)"
name: "withType(String type)"
nameWithType: "MetricAlertStatus.withType(String type)"
summary: "Set the extended resource type name."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricAlertStatus withType(String type)"
desc: "Set the extended resource type name."
returns:
description: "the MetricAlertStatus object itself."
type: "<xref href=\"com.microsoft.azure.management.monitor.MetricAlertStatus?alt=com.microsoft.azure.management.monitor.MetricAlertStatus&text=MetricAlertStatus\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An alert status."
metadata: {}
package: "com.microsoft.azure.management.monitor"
artifact: com.microsoft.azure:azure-mgmt-monitor:1.41.4