Class UnknownTarget

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

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

    • UnknownTarget

      public UnknownTarget()
  • Method Details

    • attributes

      public Map<String,String> attributes()
      Get the attributes property: Dictionary of string->string pairs containing information about the Storage Target.
      Returns:
      the attributes value.
    • withAttributes

      public UnknownTarget withAttributes(Map<String,String> attributes)
      Set the attributes property: Dictionary of string->string pairs containing information about the Storage Target.
      Parameters:
      attributes - the attributes value to set.
      Returns:
      the UnknownTarget object itself.
    • validate

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