Class ChangeAttributes
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.ChangeAttributes
-
public final class ChangeAttributes extends Object
Details about the change resource.
-
-
Constructor Summary
Constructors Constructor Description ChangeAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LongchangesCount()Get the changesCount property: The number of changes this resource captures.StringcorrelationId()Get the correlationId property: The ARM correlation ID of the change resource.StringnewResourceSnapshotId()Get the newResourceSnapshotId property: The GUID of the new snapshot.StringpreviousResourceSnapshotId()Get the previousResourceSnapshotId property: The GUID of the previous snapshot.Stringtimestamp()Get the timestamp property: The time the change(s) on the target resource ocurred.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
correlationId
public String correlationId()
Get the correlationId property: The ARM correlation ID of the change resource.- Returns:
- the correlationId value.
-
timestamp
public String timestamp()
Get the timestamp property: The time the change(s) on the target resource ocurred.- Returns:
- the timestamp value.
-
changesCount
public Long changesCount()
Get the changesCount property: The number of changes this resource captures.- Returns:
- the changesCount value.
-
previousResourceSnapshotId
public String previousResourceSnapshotId()
Get the previousResourceSnapshotId property: The GUID of the previous snapshot.- Returns:
- the previousResourceSnapshotId value.
-
newResourceSnapshotId
public String newResourceSnapshotId()
Get the newResourceSnapshotId property: The GUID of the new snapshot.- Returns:
- the newResourceSnapshotId value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-