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