Class WorkspacePurgeStatusResponseInner

java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.WorkspacePurgeStatusResponseInner

public final class WorkspacePurgeStatusResponseInner extends Object
Response containing status for a specific purge operation.
  • Constructor Details

    • WorkspacePurgeStatusResponseInner

      public WorkspacePurgeStatusResponseInner()
  • Method Details

    • status

      public PurgeState status()
      Get the status property: Status of the operation represented by the requested Id.
      Returns:
      the status value.
    • withStatus

      public WorkspacePurgeStatusResponseInner withStatus(PurgeState status)
      Set the status property: Status of the operation represented by the requested Id.
      Parameters:
      status - the status value to set.
      Returns:
      the WorkspacePurgeStatusResponseInner object itself.
    • validate

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