Class WorkspacePurgeResponseInner

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

public final class WorkspacePurgeResponseInner extends Object
Response containing operationId for a specific purge action.
  • Constructor Details

    • WorkspacePurgeResponseInner

      public WorkspacePurgeResponseInner()
  • Method Details

    • operationId

      public String operationId()
      Get the operationId property: Id to use when querying for status for a particular purge operation.
      Returns:
      the operationId value.
    • withOperationId

      public WorkspacePurgeResponseInner withOperationId(String operationId)
      Set the operationId property: Id to use when querying for status for a particular purge operation.
      Parameters:
      operationId - the operationId value to set.
      Returns:
      the WorkspacePurgeResponseInner object itself.
    • validate

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