Class MetricAlert
java.lang.Object
org.jclouds.azurecompute.arm.domain.MetricAlert
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MetricAlert.Builder
builder()
static MetricAlert
create
(String id, String name, String location, String type, Map<String, String> tags, MetricAlertProperties properties) abstract String
id()
The id of the resourceabstract String
location()
The location of the resourceabstract String
name()
The name of the resourceabstract MetricAlertProperties
tags()
abstract MetricAlert.Builder
abstract String
type()
The type of the resource
-
Constructor Details
-
MetricAlert
public MetricAlert()
-
-
Method Details
-
id
The id of the resource -
name
The name of the resource -
location
The location of the resource -
type
The type of the resource -
tags
-
properties
-
create
public static MetricAlert create(String id, String name, String location, String type, Map<String, String> tags, MetricAlertProperties properties) -
toBuilder
-
builder
-