Class AlertModification
java.lang.Object
org.jclouds.azurecompute.arm.domain.AlertModification
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlertModification.Builder
builder()
static AlertModification
create
(String id, String name, String type, AlertModificationProperties properties) abstract String
id()
abstract String
name()
abstract AlertModificationProperties
abstract AlertModification.Builder
abstract String
type()
-
Constructor Details
-
AlertModification
public AlertModification()
-
-
Method Details
-
id
-
name
-
type
-
properties
-
create
public static AlertModification create(String id, String name, String type, AlertModificationProperties properties) -
toBuilder
-
builder
-