Class ComponentPurgeStatusResponseInner

java.lang.Object
com.azure.resourcemanager.applicationinsights.fluent.models.ComponentPurgeStatusResponseInner

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

    • ComponentPurgeStatusResponseInner

      public ComponentPurgeStatusResponseInner()
  • 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 ComponentPurgeStatusResponseInner 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 ComponentPurgeStatusResponseInner object itself.
    • validate

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