Class StorageTaskAssignmentReport

java.lang.Object
com.azure.resourcemanager.storage.models.StorageTaskAssignmentReport

public final class StorageTaskAssignmentReport extends Object
The storage task assignment report.
  • Constructor Details

    • StorageTaskAssignmentReport

      public StorageTaskAssignmentReport()
      Creates an instance of StorageTaskAssignmentReport class.
  • Method Details

    • prefix

      public String prefix()
      Get the prefix property: The container prefix for the location of storage task assignment report.
      Returns:
      the prefix value.
    • withPrefix

      public StorageTaskAssignmentReport withPrefix(String prefix)
      Set the prefix property: The container prefix for the location of storage task assignment report.
      Parameters:
      prefix - the prefix value to set.
      Returns:
      the StorageTaskAssignmentReport object itself.
    • validate

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