Class ChangeAttributes

java.lang.Object
com.azure.resourcemanager.resources.models.ChangeAttributes

public final class ChangeAttributes extends Object
Details about the change resource.
  • Constructor Details

    • ChangeAttributes

      public ChangeAttributes()
      Creates an instance of ChangeAttributes class.
  • Method Details

    • 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.