Class StorageTaskAssignmentUpdateReport

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

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

    • StorageTaskAssignmentUpdateReport

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

    • prefix

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

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

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