public class MetricAlertStatus extends Object
Constructor and Description |
---|
MetricAlertStatus() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the alert rule arm id.
|
String |
name()
Get the status name.
|
MetricAlertStatusProperties |
properties()
Get the alert status properties of the metric alert status.
|
String |
type()
Get the extended resource type name.
|
MetricAlertStatus |
withId(String id)
Set the alert rule arm id.
|
MetricAlertStatus |
withName(String name)
Set the status name.
|
MetricAlertStatus |
withProperties(MetricAlertStatusProperties properties)
Set the alert status properties of the metric alert status.
|
MetricAlertStatus |
withType(String type)
Set the extended resource type name.
|
public String name()
public MetricAlertStatus withName(String name)
name
- the name value to setpublic String id()
public MetricAlertStatus withId(String id)
id
- the id value to setpublic String type()
public MetricAlertStatus withType(String type)
type
- the type value to setpublic MetricAlertStatusProperties properties()
public MetricAlertStatus withProperties(MetricAlertStatusProperties properties)
properties
- the properties value to setCopyright © 2019. All rights reserved.