java.lang.Object
com.azure.resourcemanager.deploymentmanager.models.Message

public final class Message extends Object
Supplementary contextual messages during a rollout.
  • Constructor Details

    • Message

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

    • timestamp

      public OffsetDateTime timestamp()
      Get the timestamp property: Time in UTC this message was provided.
      Returns:
      the timestamp value.
    • message

      public String message()
      Get the message property: The actual message text.
      Returns:
      the message value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.