Class ChangeAttributes
java.lang.Object
com.azure.resourcemanager.resources.models.ChangeAttributes
Details about the change resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the changesCount property: The number of changes this resource captures.Get the correlationId property: The ARM correlation ID of the change resource.Get the newResourceSnapshotId property: The GUID of the new snapshot.Get the previousResourceSnapshotId property: The GUID of the previous snapshot.Get the timestamp property: The time the change(s) on the target resource ocurred.voidvalidate()Validates the instance.
-
Constructor Details
-
ChangeAttributes
public ChangeAttributes()
-
-
Method Details
-
correlationId
Get the correlationId property: The ARM correlation ID of the change resource.- Returns:
- the correlationId value.
-
timestamp
Get the timestamp property: The time the change(s) on the target resource ocurred.- Returns:
- the timestamp value.
-
changesCount
Get the changesCount property: The number of changes this resource captures.- Returns:
- the changesCount value.
-
previousResourceSnapshotId
Get the previousResourceSnapshotId property: The GUID of the previous snapshot.- Returns:
- the previousResourceSnapshotId value.
-
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.
-