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.Builderbuilder()static ActivityLogAlertcreate(String id, String name, String location, String type, Map<String, String> tags, ActivityLogAlertProperties properties) abstract Stringid()The id of the resourceabstract Stringlocation()The location of the resourceabstract Stringname()The name of the resourceabstract ActivityLogAlertPropertiestags()abstract ActivityLogAlert.Builderabstract Stringtype()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
 
 -