java.lang.Object
com.azure.resourcemanager.storagecache.models.ClfsTarget

public final class ClfsTarget extends Object
Properties pertaining to the ClfsTarget.
  • Constructor Details

    • ClfsTarget

      public ClfsTarget()
  • Method Details

    • target

      public String target()
      Get the target property: Resource ID of storage container.
      Returns:
      the target value.
    • withTarget

      public ClfsTarget withTarget(String target)
      Set the target property: Resource ID of storage container.
      Parameters:
      target - the target value to set.
      Returns:
      the ClfsTarget object itself.
    • validate

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