Class ComponentPurgeResponseInner

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

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

    • ComponentPurgeResponseInner

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

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